Skip to content

Commit

Permalink
Merge branch 'main' into fix-redirect-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdmaclean authored Oct 19, 2023
2 parents a88d6f4 + 38e73c3 commit 4967eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sdk/server-side-sdks/python/python-gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ from devcycle_python_sdk.models.user import DevCycleUser
# Create an options object to do custom configurations, or use the defaults
options = DevCycleLocalOptions()

# create an instance of the DevCycleCloudClient class
client = DevCycleLocalClient('DEVCYCLE_SERVER_SDK_KEY', options)
# create an instance of the DevCycleLocalClient class
devcycle_client = DevCycleLocalClient('DEVCYCLE_SERVER_SDK_KEY', options)

# all client functions require user data to be an instance of the DevCycleUser class
user = DevCycleUser(
Expand Down

0 comments on commit 4967eb8

Please sign in to comment.