Skip to content

Commit 6279986

Browse files
authored
Update python-scripts-microsoft-graph-requests-detected-as-web-crawler.md
1 parent 6fee48a commit 6279986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/entra/entra-id/users-groups-entra-apis/python-scripts-microsoft-graph-requests-detected-as-web-crawler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The issue occurs because some Python scripts might not structure their requests
2828

2929
## Solution
3030

31-
To resolve this issue, use the [Microsoft Graph SDK for Python](https://github.com/microsoftgraph/msgraph-sdk-python-core). If you don't want to use it, structure your requests similarly to how the SDK handles them by using Python's Session object to send requests.
31+
To resolve this issue, use the [Microsoft Graph SDK for Python](https://github.com/microsoftgraph/msgraph-sdk-python-core). If you don't want to use it, structure your requests similarly to how the SDK handles them by using Python's `Session` object to send requests.
3232

3333
Here's an example of how you can structure your requests manually:
3434

0 commit comments

Comments
 (0)