Update pihole_tweeter.py

This commit is contained in:
Michael Woolweaver 2019-04-16 02:49:48 -05:00 committed by GitHub
parent 7f0d950af2
commit 108573cbd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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__':