From c2cee02158a5cdde0d9f3deb60c53fa35e3d8838 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 17 Jan 2021 09:51:59 +0000 Subject: [PATCH] test --- shifts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shifts.py b/shifts.py index fb0a335..6bdb1cd 100644 --- a/shifts.py +++ b/shifts.py @@ -97,6 +97,8 @@ 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)) self.shifts = [] # type List[SingleShift]