forked from bton/matekasse
ahh
This commit is contained in:
parent
0147e61c6b
commit
dc71f8dcf4
1 changed files with 2 additions and 0 deletions
|
@ -301,6 +301,8 @@ def create_app(test_config=None):
|
|||
|
||||
@app.route("/api/tag_id", methods=['POST'])
|
||||
def get_id():
|
||||
db = get_db()
|
||||
c = db.curosor()
|
||||
global finished
|
||||
global message
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue