Code formatting
This commit is contained in:
parent
0ed4ae198c
commit
e147f7ab12
|
@ -14,6 +14,7 @@ import datetime
|
|||
DATETIME_STR = str(datetime.datetime.today()).replace(' ', "-")
|
||||
# we don't need those pesky microseconds any way
|
||||
DATETIME_STR = DATETIME_STR[:-7]
|
||||
|
||||
def update_rss_feed(rss_file_name):
|
||||
rss_file = ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue