Skip to content

Commit

Permalink
syncer: do not get *all* assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Dec 26, 2023
1 parent a5d2978 commit 466f4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncer.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def asset_to_tiles(asset):


pages = []
for asset in get_all_live_assets(ib):
for asset in get_all_live_assets():
pages.append(
{
"tiles": asset_to_tiles(asset),
Expand Down

0 comments on commit 466f4ac

Please sign in to comment.