summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2023-12-04 15:48:15 +0000
committerDaniil Baturin <daniil@baturin.org>2023-12-04 15:48:15 +0000
commit7bd6047901167352770b31fe47031363cad5b94d (patch)
tree337fa11842302140887bfc5738ead6566829c521 /python
parenta29aba5d92ad210b95226acfe756794d59068fc3 (diff)
downloadvyos-1x-7bd6047901167352770b31fe47031363cad5b94d.tar.gz
vyos-1x-7bd6047901167352770b31fe47031363cad5b94d.zip
Revert "https api: T5772: fix Python version not supporting f-ormated strings and dict parsing"
This reverts commit e7efd65483e7f6e1902a9ab88f8453d5fbb63c09.
Diffstat (limited to 'python')
-rw-r--r--python/vyos/defaults.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/vyos/defaults.py b/python/vyos/defaults.py
index d7a4690ee..f51e4ddda 100644
--- a/python/vyos/defaults.py
+++ b/python/vyos/defaults.py
@@ -37,7 +37,7 @@ api_data = {
'port' : '8080',
'strict' : 'false',
'debug' : 'false',
- 'api_keys' : [],
+ 'api_keys' : [ {"id": "testapp", "key": "qwerty"} ]
}
vyos_cert_data = {