Compare commits
2 commits
28d0bae9b1
...
1fc4c03380
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1fc4c03380 | ||
|
|
2fb52e107c |
1 changed files with 1 additions and 4 deletions
5
run.py
5
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
|
||||
app.run(host='0.0.0.0', port=5000, debug=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue