using single quotes
This commit is contained in:
parent
8605a9760e
commit
edf6e1715e
2
main.py
2
main.py
@ -57,7 +57,7 @@ def get_stats() -> str:
|
|||||||
print("The Data seems to be empty. Please wait for a day for the data to be filled in.")
|
print("The Data seems to be empty. Please wait for a day for the data to be filled in.")
|
||||||
return '```text\nNo Activity tracked this Week\n```'
|
return '```text\nNo Activity tracked this Week\n```'
|
||||||
for lang in lang_data[:5]:
|
for lang in lang_data[:5]:
|
||||||
if lang['hours`] == 0 and lang['minutes`] == 0:
|
if lang['hours'] == 0 and lang['minutes'] == 0:
|
||||||
continue
|
continue
|
||||||
lth = len(lang['name'])
|
lth = len(lang['name'])
|
||||||
ln_text = len(lang['text'])
|
ln_text = len(lang['text'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user