Cron job and english translation. #2

Closed
mwoolweaver wants to merge 30 commits from cron-job into master
Showing only changes of commit 108573cbd0 - Show all commits

View File

@ -96,7 +96,7 @@ def main():
except tweepy.error.TweepError:
print('Status could not be posted.')
return
print('Status posted! https://twitter.com/' + status.author.screen_name + '/status/' + status.id_str)
print(status.id_str)
if __name__ == '__main__':