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

Init local var.

parent a0a20ac6
No related branches found
No related tags found
No related merge requests found
...@@ -259,6 +259,7 @@ class ProgrammeStore(): ...@@ -259,6 +259,7 @@ class ProgrammeStore():
""" """
Loads the programme from the database. Loads the programme from the database.
""" """
timeslots = None
try: try:
timeslots = Timeslot.get_timeslots(datetime.now()) timeslots = Timeslot.get_timeslots(datetime.now())
except Exception as e: except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment