parent
7878b60eb6
commit
a7e5645db0
@ -184,7 +184,7 @@ class Extractor(ABC):
|
|||||||
if start_day is None:
|
if start_day is None:
|
||||||
print("WARNING: cannot publish an event without start day")
|
print("WARNING: cannot publish an event without start day")
|
||||||
published = False
|
published = False
|
||||||
start_day = datetime.now().date()
|
start_day = datetime.now().date().strftime("%Y-%m-%d")
|
||||||
comments = 'Warning: the date has not been imported correctly.'
|
comments = 'Warning: the date has not been imported correctly.'
|
||||||
title += ' - Warning: the date has not been imported correctly.'
|
title += ' - Warning: the date has not been imported correctly.'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user