mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-08-19 11:50:16 +08:00
Remove unnecessary print statement
This commit is contained in:
@@ -28,7 +28,7 @@ def api_handler(arg, url, batch=False, auth=None, **kwargs):
|
|||||||
url += "/batch"
|
url += "/batch"
|
||||||
# if not auth:
|
# if not auth:
|
||||||
# auth = auth_query()
|
# auth = auth_query()
|
||||||
print auth
|
|
||||||
response = requests.post(url, data=json_data, headers=JSON_HEADERS, auth=auth).json()
|
response = requests.post(url, data=json_data, headers=JSON_HEADERS, auth=auth).json()
|
||||||
results = response.get('results', False)
|
results = response.get('results', False)
|
||||||
if results is False:
|
if results is False:
|
||||||
|
|||||||
Reference in New Issue
Block a user