- fix the problem with the

This commit is contained in:
2023-08-19 14:10:57 +03:00
parent fd57047197
commit 0c5652f98a
6 changed files with 102 additions and 75 deletions

View File

@@ -26,7 +26,7 @@ verbose_logging: bool = False
the_log = None
# 1 minute network timeout
NETWORK_TIMEOUT = 60
NETWORK_TIMEOUT = 15
def open_log_file(path: str, mode: str):