update: fixed issue with the bot update
This commit is contained in:
parent
b5b19fa4a2
commit
a03b944b25
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ def create_issue(pc, issue_type, userid):
|
|||
|
||||
|
||||
@app.route("/addissue/<token>/<pc>/<int:issue_type>")
|
||||
def create_issue_bot(token, pc, issue_type, userid):
|
||||
def create_issue_bot(token, pc, issue_type):
|
||||
if token != config.update_key:
|
||||
return "Bad token", 400
|
||||
db = Db(config.db_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue