This commit is contained in:
clowwindy 2013-05-25 13:46:52 +08:00
parent 4c101f58f6
commit 802b4a244e

View file

@ -162,7 +162,7 @@ if __name__ == '__main__':
level = logging.INFO
optlist, args = getopt.getopt(sys.argv[1:], 'p:k:m:')
optlist, args = getopt.getopt(sys.argv[1:], 'p:k:m:v')
for key, value in optlist:
if key == '-p':
PORT = int(value)