Skip to content

Commit

Permalink
shortened counter
Browse files Browse the repository at this point in the history
  • Loading branch information
ronbruins committed Jun 1, 2024
1 parent 9a2c4c3 commit 88ef033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homebox.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def do_location_folder():
parent_itemname = sublevel
parent_item_id,item_location = do_parent_item(parent_itemname,location_id,location)
loop_item(location_id,item_location,parent_item_id)
loc_idx = loc_idx + 1
loc_idx += 1


def do_location(location):
Expand Down

0 comments on commit 88ef033

Please sign in to comment.