fixed Typos

This commit is contained in:
Fotoente 2022-03-29 11:39:34 +02:00
parent e8eb694284
commit 742626e43c

View file

@ -150,7 +150,7 @@ while True:
else:
break
if len(noeList) == =:
if len(noteList) == 0:
print("Nothing to count, exiting script.")
sys.exit(1)
@ -295,6 +295,9 @@ else:
for count in emojiList:
emojisTotal += count["count"]
initial_text = ""
initial_react_text = ""
if emojisTotal > 0:
initial_text = nickname + " has written " + str(len(noteList)) + " Notes yesterday, " + formerDate.strftime(
'%a %d-%m-%Y') + "\nand used a total of " + str(emojisTotal) + " Emojis. #miceco" + chr(8203) + chr(8203) + chr(