fix: errors raised by Pycharm

This commit is contained in:
geoffrey45
2023-02-01 14:00:21 +03:00
parent 95c1524b68
commit 838e19cf0f
14 changed files with 20 additions and 49 deletions
+1
View File
@@ -181,6 +181,7 @@ def log_startup_info():
adresses = ["localhost", get_ip()]
for address in adresses:
# noinspection HttpUrlsUsage
print(
f"Started app on: {TCOLOR.OKGREEN}http://{address}:{Variables.FLASK_PORT}{TCOLOR.ENDC}"
)