Skip to content

Commit

Permalink
Update users.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan authored Sep 22, 2023
1 parent 37032cc commit d572609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpy_speckle/operators/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def execute(self, context):
_report(f"Authenticated {len(users)}/{len(profiles)} accounts")

if active_user_index < len(users):
speckle.active_user = str(active_user_index)
speckle.active_user = str(active_user_index)

bpy.context.view_layer.update()

Expand Down

0 comments on commit d572609

Please sign in to comment.