diff --git a/api/products/views.py b/api/products/views.py index 2ae604a..711f4cd 100644 --- a/api/products/views.py +++ b/api/products/views.py @@ -756,10 +756,6 @@ class QrVerifyView(BaseView): if sd.code and not settings.DEBUG: cmd = [MANAGE_PY, 'qrrepeatalert', code] subprocess.Popen(cmd) - try: - requests.post('https://euphon-alert-23358.famzheng.workers.dev/', data=f'qr-verify: {resp}, messages: {messages}') - except Exception as e: - print(f"Failed to send qr-verify alert: {e}") return JsonResponse(resp) class CheckAutoTorchView(BaseView):