Skip to content

Commit 620b5e5

Browse files
fix
1 parent f7ef49c commit 620b5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/x-bot/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def year_progress_bar():
2727

2828
post = (
2929
f"Year Progress: [{bar}] {percent_passed:.2f}%\n"
30-
f"{'░' * bar_length}Day {days_passed} of {total_days}"
30+
f"Day {days_passed} of {total_days}"
3131
)
3232
return post
3333

0 commit comments

Comments
 (0)