зеркало из https://github.com/mozilla/MozDef.git
Merge pull request #2 from netantho/master
fix syntax error bug on option parser in rest/index.py
This commit is contained in:
Коммит
0a135c5563
|
@ -176,7 +176,7 @@ def initConfig():
|
|||
options.esport=getConfig('esport',9200,options.configfile)
|
||||
|
||||
if __name__ == "__main__":
|
||||
qparser=OptionParser()
|
||||
parser=OptionParser()
|
||||
parser.add_option("-c", dest='configfile' , default='index.conf', help="configuration file to use")
|
||||
(options,args) = parser.parse_args()
|
||||
initConfig()
|
||||
|
|
Загрузка…
Ссылка в новой задаче