diff --git a/user_data/strategies/notifier.py b/user_data/strategies/notifier.py index e4f5172c4..42366ce38 100644 --- a/user_data/strategies/notifier.py +++ b/user_data/strategies/notifier.py @@ -1,6 +1,7 @@ import requests import sys -sys.path.append('/root/workspace2/execution') +EXECUTION_PATH = '/root/workspace2/execution' +sys.path.append(EXECUTION_PATH) from config import Config