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