Fix it some more.

This commit is contained in:
Klaus-Uwe Mitterer 2017-03-23 16:01:26 +01:00
parent 0a8a69875c
commit c88f4f2007
1 changed files with 2 additions and 0 deletions

View File

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