Update pihole_tweeter.py
This commit is contained in:
parent
7f0d950af2
commit
108573cbd0
@ -96,7 +96,7 @@ def main():
|
|||||||
except tweepy.error.TweepError:
|
except tweepy.error.TweepError:
|
||||||
print('Status could not be posted.')
|
print('Status could not be posted.')
|
||||||
return
|
return
|
||||||
print('Status posted! https://twitter.com/' + status.author.screen_name + '/status/' + status.id_str)
|
print(status.id_str)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Reference in New Issue
Block a user