diff --git a/update.py b/update.py index 4089c4c..3d107ee 100644 --- a/update.py +++ b/update.py @@ -19,3 +19,4 @@ for user in USERS: with open(TWEETFILE,"w") as f: f.write("\n".join(tweets)) + f.write("\n")