Skip to content

Commit 972237a

Browse files
committed
Fix default Microsoft Graph URL
1 parent 47b074c commit 972237a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsedmarc/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def process_reports(reports_):
531531
graph_tenant_id=None,
532532
graph_mailbox=None,
533533
graph_allow_unencrypted_storage=False,
534-
graph_url="graph.microsoft.com",
534+
graph_url="https://graph.microsoft.com",
535535
hec=None,
536536
hec_token=None,
537537
hec_index=None,

0 commit comments

Comments
 (0)