From 2fb52e107cc63654fa5fe35b93cb85a491bb6f3d Mon Sep 17 00:00:00 2001 From: Norvicdev <101652762+Norvicdev@users.noreply.github.com> Date: Thu, 6 Aug 2026 22:01:29 +0300 Subject: [PATCH] test runner commit --- run.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/run.py b/run.py index 6d0252e..d365871 100644 --- a/run.py +++ b/run.py @@ -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 \ No newline at end of file + app.run(host='0.0.0.0', port=5000, debug=True) \ No newline at end of file