Small Change

This commit is contained in:
Eddie 2017-10-19 11:33:58 -05:00
parent 5c7a50e437
commit 3fa3611dfc
1 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@ def get_data_rss():
file = open('rss_univ.txt', 'a')
file.write(str(datCnn['Date']) + ';\n')
file.write(str(datCnn.headers['Date']) + ';\n')
file.write(str(datCnn) + ';\n')
file.write(str(datUniver.headers['Date']) + ';\n')
file.write(str(datUniver) + ';\n')
@ -19,7 +19,6 @@ def get_data_rss():
file.close()
get_data_rss()
# SOME COMMANDS OF FEEDPARSER