Compare commits

..

No commits in common. "1fc4c03380d3354d150ebe38fba00b3d6d9d8148" and "28d0bae9b14a777c82ca27122ccc28606e37a7cb" have entirely different histories.

5
run.py
View file

@ -4,4 +4,7 @@ app = create_app()
if __name__ == '__main__':
print("Starting server...")
app.run(host='0.0.0.0', port=5000, debug=True)
app.run(host='0.0.0.0', port=5000, debug=True)
# this line is only here for to check if Forgejo runner works