fix run server

master
serkus 2 years ago
parent 8b9cf9f12a
commit 3d224b64ff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -24,6 +24,7 @@ def run():
config = load_config()
if len(config) == 0:
print("Файл конфигурации пустой.")
return 1
try:
print(config['PORT'])
except KeyError:

Loading…
Cancel
Save