diff --git a/lnbits/extensions/copilot/views.py b/lnbits/extensions/copilot/views.py index ebb008e0e..0dee38256 100644 --- a/lnbits/extensions/copilot/views.py +++ b/lnbits/extensions/copilot/views.py @@ -67,12 +67,13 @@ async def panel(copilot_id): @copilot_ext.route("/api/v1/copilot/hook//", methods=["GET"]) async def api_copilot_hooker(copilot_id, amount): copilot = await get_copilot(copilot_id) - + print(amount) if not copilot: return ( jsonify({"message": "Copilot link link does not exist."}), HTTPStatus.NOT_FOUND, ) + print(amount) if ( copilot.animation1threshold and int(amount) > copilot.animation1threshold