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