diff --git a/run.py b/run.py index d365871..6d0252e 100644 --- a/run.py +++ b/run.py @@ -4,4 +4,7 @@ app = create_app() if __name__ == '__main__': print("Starting server...") - 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