From dd536aae0d8866c4fb2a6d06a5bf9e6b40dbd961 Mon Sep 17 00:00:00 2001 From: justuser-31 Date: Sun, 10 Aug 2025 17:35:20 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BB=D0=B8?= =?UTF-8?q?=D1=88=D0=BD=D0=B8=D0=B9=20print()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- call2api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/call2api.py b/call2api.py index 19b4fea..e5cd97d 100644 --- a/call2api.py +++ b/call2api.py @@ -16,8 +16,6 @@ def call(api_url, data, pre=True, fix=True): response = post(url_pre + api_url, data=dumps(data)) else: response = post(api_url, data=dumps(data)) - #print(response.status_code) - #print(response.text) try: if fix: return response.text.replace('"', '')