Skip to content

Commit

Permalink
fix AttributeError in syncer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Dec 23, 2024
1 parent 09a3ebf commit 709d22e
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 @@ -72,7 +72,7 @@ def asset_to_tiles(asset: Asset):
"font_size": 25,
"fade_time": FADE_TIME,
"text": "Project by @{user} - visit {url} to share your own.".format(
user=asset.user,
user=asset.username,
url=CONFIG["DOMAIN"],
),
"color": "#dddddd",
Expand Down

0 comments on commit 709d22e

Please sign in to comment.