From 743226fcbf99912d70f3314092cd242762031d88 Mon Sep 17 00:00:00 2001 From: Norvicdev <101652762+Norvicdev@users.noreply.github.com> Date: Tue, 4 Aug 2026 18:35:03 +0300 Subject: [PATCH] test runner --- run.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run.py b/run.py index 7425f4c..1cc133c 100644 --- a/run.py +++ b/run.py @@ -3,4 +3,6 @@ from app import create_app app = create_app() if __name__ == '__main__': - app.run(host='0.0.0.0', port=5000, debug=True) \ No newline at end of file + app.run(host='0.0.0.0', port=5000, debug=True) + +# this line is only here for to check if Forgejo runner works \ No newline at end of file