fixed run(...cronjob), my fault, thanks Jonathan
This commit is contained in:
+2
-1
@@ -186,7 +186,8 @@ def run(
|
||||
import_models=False,
|
||||
startfile=None,
|
||||
bpython=False,
|
||||
python_code=False):
|
||||
python_code=False,
|
||||
cronjob=False):
|
||||
"""
|
||||
Start interactive shell or run Python script (startfile) in web2py
|
||||
controller environment. appname is formatted like:
|
||||
|
||||
Reference in New Issue
Block a user