Configure trucking deficiency campaign cron env
This commit is contained in:
parent
72da37e47d
commit
5c35140a22
5 changed files with 41 additions and 1 deletions
|
|
@ -20,6 +20,8 @@ import sys
|
|||
|
||||
ROOT = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
BTC = os.path.join(ROOT, "scripts/build_trucking_campaigns.py")
|
||||
if ROOT not in sys.path:
|
||||
sys.path.insert(0, ROOT)
|
||||
|
||||
|
||||
def main() -> int:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue