зеркало из https://github.com/mozilla/scanapi.git
move things around a bit to work with uwsgi
This commit is contained in:
Родитель
5457554a25
Коммит
52428f5153
|
@ -292,7 +292,8 @@ def domain():
|
|||
sys.stderr.write('Error parsing config file: {}\n'.format(e))
|
||||
sys.exit(1)
|
||||
scanner = ScanAPIScanner(cfg)
|
||||
app.run()
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
||||
|
||||
def valid_appkey(viewfunc):
|
||||
@wraps(viewfunc)
|
||||
|
@ -354,5 +355,4 @@ def api_get_policies():
|
|||
def api_root():
|
||||
return json.dumps({'status': 'ok'})
|
||||
|
||||
if __name__ == '__main__':
|
||||
domain()
|
||||
domain()
|
||||
|
|
Загрузка…
Ссылка в новой задаче