Fix it some more.

This commit is contained in:
Klaus-Uwe Mitterer 2017-03-23 16:01:26 +01:00
parent 0a8a69875c
commit c88f4f2007

View file

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