Skip to content

Commit 7eaf1e8

Browse files
Update file_upload_mac_os.py
1 parent 9d1a154 commit 7eaf1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/file_upload_mac_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
url = 'https://restapi.tpondemand.com/UploadFile.ashx'
44
filename = '/Users/targetprocess/Downloads/qwe.png'
55
f = open (filename, 'rb')
6-
token = 'NjplaXdQeTJDOHVITFBta0QyME85QlhEOWpwTGdPM2V6VjIyelZlZ0NKWG1RPQ=='
6+
token = 'NjplaXdQeTJDOHVITFBta0QyME85QlhEOWZ0NKWG1RPQ=='
77
params = {'access_token':token}
88
data = {'generalid':'34'}
99
files = {'file':('qwe.png', f, "multipart/form-data")}

0 commit comments

Comments
 (0)