test runner commit

This commit is contained in:
Norvicdev 2026-08-06 22:01:29 +03:00
parent b70f362131
commit 2fb52e107c

3
run.py
View file

@ -5,6 +5,3 @@ app = create_app()
if __name__ == '__main__': if __name__ == '__main__':
print("Starting server...") print("Starting server...")
app.run(host='0.0.0.0', port=5000, debug=True) app.run(host='0.0.0.0', port=5000, debug=True)
# this line is only here for to check if Forgejo runner works