Update for an Issue #405 (fix for persistent options problem)

This commit is contained in:
stamparm
2013-07-10 16:57:44 +02:00
parent aad102378a
commit f6c7b398fd
2 changed files with 13 additions and 2 deletions

View File

@@ -42,3 +42,5 @@ if __name__ == "__main__":
server(args.host, args.port)
elif args.client is True:
client(args.host, args.port)
else:
apiparser.print_help()