From 91e11cdd7cc57394699753068d153903000335df Mon Sep 17 00:00:00 2001 From: Norvicdev <101652762+Norvicdev@users.noreply.github.com> Date: Tue, 4 Aug 2026 21:22:11 +0300 Subject: [PATCH] test runner - fix v5 --- run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run.py b/run.py index 1cc133c..a8f0a68 100644 --- a/run.py +++ b/run.py @@ -5,4 +5,5 @@ app = create_app() if __name__ == '__main__': 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