Skip to content
Snippets Groups Projects
Commit 5e79b0be authored by Nils G.'s avatar Nils G.
Browse files

Closes #16: Fix timedelta not found in schedule

parent 78650954
No related branches found
No related tags found
No related merge requests found
from room_util import ROOM_CLOSE
from datetime import timedelta
if db(db.Meta).count() > 0:
seconds_passed = (request.now - db(db.Meta).select().first().schedule).total_seconds()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment