fix: backport fixes from a sister project
This commit is contained in:
@@ -451,7 +451,7 @@ def videos(data):
|
||||
|
||||
return send(status_code, response)
|
||||
|
||||
def lookup(data):
|
||||
def lookup(data, request):
|
||||
# possibly TODO: rewrite this mess
|
||||
if len(data) > 2:
|
||||
if (data[0], data[1]) == ("api", "v1"):
|
||||
|
||||
Reference in New Issue
Block a user