Skip to content

Commit 5aea88e

Browse files
authored
Replace principal in sharing_settings.py with None
1 parent 50dbf83 commit 5aea88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/python/tutorial_scripts/sharing_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# REQUIRED: Set this to the Synapse user ID or team ID you want to grant permissions to
2121
# Do NOT leave this as None - the script will not work properly
22-
PRINCIPAL_ID = 3489192 # Replace with actual user/team ID
22+
PRINCIPAL_ID = None # Replace with actual user/team ID
2323

2424
if PRINCIPAL_ID is None:
2525
raise ValueError(

0 commit comments

Comments
 (0)