do not move this to config.py
This commit is contained in:
parent
de9476a484
commit
bc3802a581
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user