User:Pedro Sá Couto/TW/Covers
< User:Pedro Sá Couto | TW
WHY?
Small text on why, and what happens.
PREVIEW
Printscreen from https://hub.xpub.nl/watermark/covers
Python View
# TOR BROWSER
@app.route("/covers")
def covers():
covers = os.listdir(os.path.join(app.static_folder, "covers"))
return render_template("public/covers.html", covers=covers)