Compare commits

..

2 commits

Author SHA1 Message Date
Norvicdev
1fc4c03380 Merge remote-tracking branch 'origin/master'
Some checks failed
Build and Deploy Flask App / setup (push) Successful in 2s
Build and Deploy Flask App / test (push) Failing after 3m40s
Build and Deploy Flask App / build-and-push (push) Has been skipped
Build and Deploy Flask App / deploy (push) Has been skipped
2026-08-06 22:02:04 +03:00
Norvicdev
2fb52e107c test runner commit 2026-08-06 22:01:29 +03:00

5
run.py
View file

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