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