mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
commit
444de3ae11
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -1117,7 +1117,7 @@ def format_frame(f):
|
||||||
return dict([(k, str(getattr(f, k))) for k in keys])
|
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 = {
|
default_config = {
|
||||||
"BASE_URL": "",
|
"BASE_URL": "",
|
||||||
|
|
Loading…
Add table
Reference in a new issue