Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 6d2f9f7

Browse files
committed
Fix spacing
1 parent 6ab63e1 commit 6d2f9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ from onedrivesdk.helpers import http_provider_with_proxy
139139

140140
proxy = {
141141
'http': 'http://localhost:8888',
142-
'https': 'https://localhost:8888'
142+
'https': 'https://localhost:8888'
143143
}
144144
http = http_provider_with_proxy.HttpProviderWithProxy(proxy, verify_ssl=True)
145145
auth = onedrivesdk.AuthProvider(http, my_client_id, ['onedrive.readwrite'])

0 commit comments

Comments
 (0)