ifctester.webapp - add to readme

This commit is contained in:
Andrej730
2024-10-29 16:08:00 +05:00
parent edafb722e4
commit 14bac88aca
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -76,3 +76,7 @@ def audit():
engine = ifctester.reporter.Json(specs)
engine.report()
return engine.to_string()
if __name__ == "__main__":
app.run(debug=False)