Remove unused variable

This commit is contained in:
Maksim Abramchuk 2021-01-26 21:37:16 +00:00
parent 322788133b
commit 0eb653559a

View File

@ -1226,7 +1226,6 @@ due = (case when odue>0 then odue else due end), odue = 0, odid = 0, usn = ? whe
##########################################################################
def _updateCutoff(self) -> None:
oldToday = self.today
timing = self._timing_today()
self.today = timing.days_elapsed
self.dayCutoff = timing.next_day_at