Fix typo that should have been fixed earlier

pull/449/head
Christopher Usher 9 months ago
parent 1cdf78b0a6
commit 2e16f4bf96

@ -314,7 +314,7 @@ class SheetsEventsMiddleware(SheetsMiddleware):
return None
if value.strip() == "--":
return "--" if preserve_dash else None
bustime = common.shifts.parse_bustime(value)
bustime = common.parse_bustime(value)
return common.bustime_to_dt(self.bustime_start, bustime)
def encode_bustime(self, value):

Loading…
Cancel
Save