Update db.py

Possible typo?
This commit is contained in:
mrdumpty
2017-12-07 17:10:05 +04:00
committed by GitHub
parent 4f51647b2f
commit c7d91108bb
+1 -1
View File
@@ -130,7 +130,7 @@ response.google_analytics_id = configuration.get('google.analytics_id')
# -------------------------------------------------------------------------
if configuration.get('scheduler.enabled'):
from gluon.scheduler import Scheduler
scheduler = Scheduler(db, heartbeat=configure.get('heartbeat'))
scheduler = Scheduler(db, heartbeat=configuration.get('heartbeat'))
# -------------------------------------------------------------------------
# Define your tables below (or better in another model file) for example