diff options
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/main.py b/backend/main.py index ab64a3d9..c3f43078 100644 --- a/backend/main.py +++ b/backend/main.py @@ -7,7 +7,7 @@ if hasattr(sys, '_MEIPASS'): from asyncio import get_event_loop, sleep from json import dumps, loads from logging import DEBUG, INFO, basicConfig, getLogger -from os import getenv, chmod +from os import getenv, chmod, path from traceback import format_exc import aiohttp_cors |
