mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
b90abc6891
commit
86997a1380
|
@ -186,6 +186,7 @@ def parseFeedDate(pubDate: str):
|
||||||
hoursAdded = timedelta(hours=5)
|
hoursAdded = timedelta(hours=5)
|
||||||
publishedDate = publishedDate + hoursAdded
|
publishedDate = publishedDate + hoursAdded
|
||||||
break
|
break
|
||||||
|
print('Feed date: ' + pubDate + ' ' + str(publishedDate))
|
||||||
return publishedDate
|
return publishedDate
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue