Skip to content
Snippets Groups Projects
Commit 23958212 authored by David Trattnig's avatar David Trattnig
Browse files

Next timeslot init. engine-clock#11

parent ddd24162
No related branches found
No related tags found
No related merge requests found
Pipeline #891 passed
......@@ -492,6 +492,9 @@ class ClockInfo(db.Model):
# Get the next timeslot
if data.next_timeslot:
info["next_timeslot"] = json.loads(data.next_timeslot)
else:
info["next_timeslot"] = {}
return info
......
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