Make text files POSIX-compliant

This commit is contained in:
Robert Miles 2018-10-14 02:56:02 -04:00
parent 755862700a
commit 761dc3119f
1 changed files with 1 additions and 0 deletions

View File

@ -19,3 +19,4 @@ for user in USERS:
with open(TWEETFILE,"w") as f:
f.write("\n".join(tweets))
f.write("\n")