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