Merge pull request #26 from Rafiot/master

Automatic chdir when the modules are started
pull/29/head
Alexandre Dulaunoy 2016-06-14 04:20:20 +02:00 committed by GitHub
commit ae357b56c6
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ class QueryModule(tornado.web.RequestHandler):
if __name__ == '__main__':
os.chdir(os.path.dirname(__file__))
argParser = argparse.ArgumentParser(description='misp-modules server')
argParser.add_argument('-t', default=False, action='store_true', help='Test mode')
argParser.add_argument('-p', default=6666, help='misp-modules TCP port (default 6666)')