fix the fix
This commit is contained in:
parent
5bb77734fb
commit
0c27290d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class DeparturesPage(BasePage):
|
|||
time = datetime.datetime.combine(datetime.date.today(), datetime.time(*[int(x) for x in time_s.split(':')]))
|
||||
except ValueError:
|
||||
late_reason = time_s
|
||||
self.logger.warning('Unable to parse datetime "%s"' % time)
|
||||
self.logger.warning('Unable to parse datetime "%s"' % time_s)
|
||||
|
||||
yield {'type': to_unicode(code_mission),
|
||||
'time': time,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue