Merge pull request #16 from yalh76/multi

Make config.py relative
This commit is contained in:
Alexandre Aubin 2021-03-05 20:00:47 +01:00 committed by GitHub
commit 444de3ae11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
run.py
View file

@ -1117,7 +1117,7 @@ def format_frame(f):
return dict([(k, str(getattr(f, k))) for k in keys])
def main(config="/var/www/yunorunner/config.py"):
def main(config="./config.py"):
default_config = {
"BASE_URL": "",