Skip to content

Commit

Permalink
WIP fix shotgrid login while waiting real auth mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
jlorrain authored and ClementHector committed Feb 7, 2022
1 parent 53e48ab commit cf25d73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def process(self, context):
shotgrid_script_name = shotgrid_settings.get('auth', {}).get('project_shotgrid_script_name')
shotgrid_script_key = shotgrid_settings.get('auth', {}).get('project_shotgrid_script_key')

login = get_login(shotgrid_url)
login = "rd.dev" #get_login(shotgrid_url)
session = shotgun_api3.Shotgun(
base_url=shotgrid_url,
script_name=shotgrid_script_name,
Expand Down

0 comments on commit cf25d73

Please sign in to comment.