Compare commits
No commits in common. "1fc4c03380d3354d150ebe38fba00b3d6d9d8148" and "28d0bae9b14a777c82ca27122ccc28606e37a7cb" have entirely different histories.
1fc4c03380
...
28d0bae9b1
1 changed files with 4 additions and 1 deletions
3
run.py
3
run.py
|
|
@ -5,3 +5,6 @@ app = create_app()
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
print("Starting server...")
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue