Python 3.11

This commit is contained in:
f4lco
2022-11-01 22:26:41 +01:00
parent 3dabf375c9
commit c308118e8f
12 changed files with 413 additions and 486 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def api_online_one_shot():
path = os.path.join(os.path.dirname(__file__),
'resources', 'input.json')
with open(path) as api_response:
with open(path, encoding='utf-8') as api_response:
return 200, response_headers, api_response.read()
responses = [