Fix lookup
This commit is contained in:
parent
40199e5be8
commit
a204329628
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ def admin_lookup() -> _Response:
|
|||
print(data)
|
||||
app.logger.debug(data.to_dict())
|
||||
return render_template(
|
||||
"lookup.html", data=data, meta=meta, url=request.form.get("url")
|
||||
"lookup.html", data=data, meta=meta, url=request.args.get("url")
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue