add bank holiday shifts
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ class Worker:
|
||||
day)] = 1 / (len(pref_not_to_work) + 1)
|
||||
|
||||
if not_available_to_work is not None:
|
||||
print(not_available_to_work)
|
||||
#print(not_available_to_work)
|
||||
# loop throught dates converting to week / day combination
|
||||
for date, reason in not_available_to_work:
|
||||
days_from_start = (
|
||||
|
||||
Reference in New Issue
Block a user