Skip to content

Commit

Permalink
update release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Jun 12, 2024
1 parent c97f512 commit 58a74e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
recursive-include wis2downloader/templates *
recursive-include wis2downloader/static *
2 changes: 1 addition & 1 deletion wis2downloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
###############################################################################
from threading import Event

__version__ = '0.2.0'
__version__ = '0.2.1'

stop_event = Event()
3 changes: 2 additions & 1 deletion wis2downloader/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ def delete_subscription(topic):

@app.route('/swagger')
def render_swagger():
return render_template('swagger.html')

return render_template('swagger.html', )


@app.route('/openapi')
Expand Down
2 changes: 1 addition & 1 deletion wis2downloader/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"broker_port": 443,
"broker_protocol": "websockets",
"broker_username": "everyone",
"download_workers": 8,
"download_workers": 1,
"download_dir": "downloads",
"flask_host": "0.0.0.0",
"flask_port": 5050,
Expand Down

0 comments on commit 58a74e1

Please sign in to comment.