move fail binaries

This commit is contained in:
2026-03-18 19:54:44 +01:00
parent 5d4d84de39
commit a6a335aaf4
33 changed files with 23 additions and 2 deletions

5
fail/bin/resultbrowser/run.py Executable file
View 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)