This commit is contained in:
Aevann1 2022-01-11 23:54:41 +02:00
parent 99b0a8ca17
commit 609bbfafc6
12 changed files with 64 additions and 64 deletions

View file

@ -10,7 +10,7 @@ GIPHY_KEY = environ.get('GIPHY_KEY').rstrip()
@app.get("/giphy")
@app.get("/giphy<path>")
@auth_desired
@auth_required
def giphy(v=None, path=None):
searchTerm = request.values.get("searchTerm", "").strip()