diff options
author | Daniil Baturin <daniil@baturin.org> | 2023-12-04 15:48:15 +0000 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2023-12-04 15:48:15 +0000 |
commit | 7bd6047901167352770b31fe47031363cad5b94d (patch) | |
tree | 337fa11842302140887bfc5738ead6566829c521 /python/vyos/defaults.py | |
parent | a29aba5d92ad210b95226acfe756794d59068fc3 (diff) | |
download | vyos-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/vyos/defaults.py')
-rw-r--r-- | python/vyos/defaults.py | 2 |
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 = { |