do not move this to config.py

This commit is contained in:
Bemhreth 2022-02-12 19:56:44 +03:00
parent de9476a484
commit bc3802a581

View File

@ -1,6 +1,7 @@
EXECUTION_PATH = '/root/workspace2/execution' # do not move this to config.py
import requests import requests
import sys import sys
EXECUTION_PATH = '/root/workspace2/execution'
sys.path.append(EXECUTION_PATH) sys.path.append(EXECUTION_PATH)
from config import Config from config import Config