removing print statement
This commit is contained in:
@@ -166,9 +166,6 @@ def uploadactivity(access_token, filename, description='',
|
|||||||
data=json.dumps(data),
|
data=json.dumps(data),
|
||||||
headers=headers, verify=False)
|
headers=headers, verify=False)
|
||||||
|
|
||||||
print(resp.headers['Location'])
|
|
||||||
|
|
||||||
|
|
||||||
if resp.status_code not in (200, 202): # pragma: no cover
|
if resp.status_code not in (200, 202): # pragma: no cover
|
||||||
dologging('tp_export.log',resp.status_code)
|
dologging('tp_export.log',resp.status_code)
|
||||||
dologging('tp_export.log',resp.reason)
|
dologging('tp_export.log',resp.reason)
|
||||||
|
|||||||
Reference in New Issue
Block a user