From c88f4f2007c4aa6b43c65579316cd8265467c7dd Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Thu, 23 Mar 2017 16:01:26 +0100 Subject: [PATCH] Fix it some more. --- tweet.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tweet.py b/tweet.py index 36735c3..757069e 100755 --- a/tweet.py +++ b/tweet.py @@ -18,6 +18,8 @@ if __name__ == "__main__": except KeyboardInterrupt: exit(0) + reply = None + if args.reply: if isinstance(args.reply, int): reply = args.reply