updated pydal

This commit is contained in:
mdipierro
2019-02-23 17:56:01 -08:00
parent 263b1d0156
commit 2d62c6ce88
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -629,7 +629,6 @@ sched_dal = DAL('sqlite://%s' % db_dal, folder=os.path.dirname(db_dal))
sched = Scheduler(sched_dal, max_empty_runs=15, migrate=False, heartbeat=1)
def termination():
sched.terminate()
sched_dal.commit()
"""
with open(fdest, 'w') as q:
q.write(initlines)