Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Dec 13, 2023
1 parent ce552d6 commit a05d04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/io_hubs_addon/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ def execute(self, context):
try:
export_scene(context)
url = get_reticulum_url()
scenes = api.get_projects(url, get_token())
scenes = api.get_projects(url, get_token())

for scene in scenes:
new_scene = scenes_props.scenes.add()
Expand Down

0 comments on commit a05d04f

Please sign in to comment.