dhruv4023 commited on
Commit
f02b543
·
verified ·
1 Parent(s): 8d7d1fb

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. src/helpers/send_request.py +0 -1
src/helpers/send_request.py CHANGED
@@ -7,7 +7,6 @@ def sendRequest(url, method="get", data=None, files=None, headers=None, cookies=
7
  return request(
8
  method, url, data=data, files=files, headers=headers, cookies=cookies
9
  )
10
- print(cookies)
11
  return request(method, url, json=data, headers=headers, cookies=cookies)
12
  except Exception as e:
13
  # Handle exceptions and return None
 
7
  return request(
8
  method, url, data=data, files=files, headers=headers, cookies=cookies
9
  )
 
10
  return request(method, url, json=data, headers=headers, cookies=cookies)
11
  except Exception as e:
12
  # Handle exceptions and return None