This commit is contained in:
Ross
2021-01-17 23:20:09 +00:00
parent 68738a2cfe
commit 3a543ef5b4
5 changed files with 114 additions and 13 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ class RotaBuilder(object):
print("Start time: {}".format(datetime.datetime.now()))
print("Weeks to rota: {}".format(weeks_to_rota))
print("Use previous shifts".format(use_previous_shifts))
print("Use previous shifts {}".format(use_previous_shifts))
self.shifts = [] # type List[SingleShift]