We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fc779 commit d0b5b50Copy full SHA for d0b5b50
docs/cookbook/usage_tips.rst
@@ -85,7 +85,7 @@ Then when you're writing scripts, you don't need to worry about remembering whic
85
import shotgun_api3
86
import studio_globals
87
88
- sg = Shotgun('https://my-site.shotgrid.autodesk.com', 'script_name', '0123456789abcdef0123456789abcdef0123456')
+ sg = shotgun_api3.Shotgun('https://my-site.shotgrid.autodesk.com', 'script_name', '0123456789abcdef0123456789abcdef0123456')
89
result = sg.find(studio_globals.ENTITY_WIDGET,
90
filters=[['sg_status_list', 'is', 'ip']],
91
fields=['code', 'sg_shot'])
0 commit comments