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

Doc formatting. #41

parent 444f019a
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,8 @@ class FallbackManager: ...@@ -101,7 +101,8 @@ class FallbackManager:
def on_timeslot_end(self, timeslot): def on_timeslot_end(self, timeslot):
""" """
The timeslot has ended and the state is updated. The method ensures that any intermediate state update doesn't get overwritten. The timeslot has ended and the state is updated. The method ensures that any intermediate state
update doesn't get overwritten.
""" """
if self.state["timeslot"] == timeslot: if self.state["timeslot"] == timeslot:
self.state["timeslot"] = None self.state["timeslot"] = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment