forked from bton/matekasse
typo
This commit is contained in:
parent
a311cc2e67
commit
e62dd088a4
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -235,7 +235,7 @@ def request_removetag(data):
|
|||
@app.route("/api/tag_id", methods=['GET'])
|
||||
def get_id():
|
||||
global finished
|
||||
global messages
|
||||
global message
|
||||
tag_id = int(request.args.get("id"))
|
||||
c.execute(f"SELECT * FROM tags WHERE tagid ={tag_id}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue