Skip to content

Commit 9c49fab

Browse files
committed
File resource new methods (copyto, moveto)
1 parent c234cb3 commit 9c49fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'redirect_url': 'https://github.com/vgrem/Office365-REST-Python-Client/',
1010
'user_credentials': {
1111
'username': user_credentials[0],
12-
'password': 'P"ssw0rd123!' #user_credentials[1]
12+
'password': user_credentials[1]
1313
},
1414
'client_credentials': {
1515
'client_id': 'd4b2d51e-2d8e-4f08-8bce-961a7a435130',

0 commit comments

Comments
 (0)