add binaries
This commit is contained in:
5
bin/resultbrowser/run.py
Executable file
5
bin/resultbrowser/run.py
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from app import app
|
||||
from app import model
|
||||
|
||||
app.run(debug=False, port=int(model.opts.port), host=model.opts.host)
|
||||
Reference in New Issue
Block a user