- solved bug: argparser
This commit is contained in:
parent
daa40d6367
commit
fbb4653740
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,8 @@ class ThreadedTCPServer(socketserver.ThreadingMixIn, socketserver.TCPServer):
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
global VERBOSITY, HOST, PORT, TIMEOUT, ENCODING
|
||||||
|
|
||||||
from include import argparser, content
|
from include import argparser, content
|
||||||
|
|
||||||
parser = argparser
|
parser = argparser
|
||||||
|
|
Loading…
Reference in a new issue