We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ef49c commit 620b5e5Copy full SHA for 620b5e5
apps/x-bot/bot.py
@@ -27,7 +27,7 @@ def year_progress_bar():
27
28
post = (
29
f"Year Progress: [{bar}] {percent_passed:.2f}%\n"
30
- f"▕{'░' * bar_length}▏ Day {days_passed} of {total_days}"
+ f"Day {days_passed} of {total_days}"
31
)
32
return post
33
0 commit comments