Browse Source

Neue Credentials

gc-server3 6 months ago
parent
commit
f342dbe457
1 changed files with 2 additions and 1 deletions
  1. 2 1
      contacts/o365_copy.py

+ 2 - 1
contacts/o365_copy.py

@@ -2,7 +2,7 @@ from O365 import Account
 from O365.address_book import Contact
 
 client_id = "925f74dc-f96a-4718-9ca7-d6cc3fa43e1e"
-client_secret = "SS~8Q~QpBZV9toZuwkzW1XGGen2Hn833spNMtdq5"
+client_secret = "SMn8Q~rVUnbYEAtEZZ6jcQElOIU9tDQUgv1VwcRz"
 
 account = Account(
     (client_id, client_secret), auth_flow_type="credentials", tenant_id="2ad0dff5-07ce-4cc2-a852-99ce8b91c218"
@@ -17,6 +17,7 @@ mailboxes = [
     "m.geiss@global-cube.net",
     "matarrelli@global-cube.net",
     "winkler@global-cube.net",
+    "karaca@global-cube.net",
 ]