mirror of
https://github.com/StefBuwalda/whatsapp-wordcloud.git
synced 2026-02-04 04:04:49 +00:00
refactoring
This commit is contained in:
@@ -21,7 +21,7 @@ test = processRawMessages(chat)
|
||||
|
||||
frequency_dictionary: dict[str, dict[str, int]] = {}
|
||||
|
||||
for author in test.keys():
|
||||
for author in test:
|
||||
frequency_dictionary[author] = {}
|
||||
messageList = test.get(author)
|
||||
if messageList:
|
||||
|
||||
Reference in New Issue
Block a user