Fix tweet.py

This commit is contained in:
Klaus-Uwe Mitterer 2017-03-23 15:59:51 +01:00
parent 8fcfe72f5b
commit 0a8a69875c

View file

@ -18,6 +18,7 @@ if __name__ == "__main__":
except KeyboardInterrupt:
exit(0)
if args.reply:
if isinstance(args.reply, int):
reply = args.reply
else: