Am I allowed to scream yet?

This commit is contained in:
Robert Miles 2021-10-07 00:22:11 +00:00
parent d2b6141210
commit 32cb2e96b8
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -176,7 +176,7 @@ def ship(request,ship=None):
yield f"=> /{ship}/LICENSE {license_name}\n"
else:
yield "All rights reserved.\n"
return __generator
return __generator()
@app.route("/(?P<format>rss|atom).xml")
@wrap_generator