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

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