bah
This commit is contained in:
parent
1d27f88b96
commit
4a15dfc667
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ async def panel(copilot_id):
|
||||||
@copilot_ext.route("/api/v1/copilot/hook/<copilot_id>/<amount>", methods=["GET"])
|
@copilot_ext.route("/api/v1/copilot/hook/<copilot_id>/<amount>", methods=["GET"])
|
||||||
async def api_copilot_hooker(copilot_id, amount):
|
async def api_copilot_hooker(copilot_id, amount):
|
||||||
copilot = await get_copilot(copilot_id)
|
copilot = await get_copilot(copilot_id)
|
||||||
print(amount)
|
print("amount")
|
||||||
if not copilot:
|
if not copilot:
|
||||||
return (
|
return (
|
||||||
jsonify({"message": "Copilot link link does not exist."}),
|
jsonify({"message": "Copilot link link does not exist."}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue