fixed run(...cronjob), my fault, thanks Jonathan
This commit is contained in:
2
VERSION
2
VERSION
@@ -1 +1 @@
|
||||
Version 2.6.0-development+timestamp.2013.08.09.15.56.36
|
||||
Version 2.6.0-development+timestamp.2013.08.09.16.07.32
|
||||
|
||||
@@ -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