test runner - fix v5
This commit is contained in:
parent
2d285d8b32
commit
91e11cdd7c
1 changed files with 1 additions and 0 deletions
1
run.py
1
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue