refactoring

This commit is contained in:
2025-04-18 18:01:40 +02:00
parent d2d7733c35
commit 71adea9687
2 changed files with 2 additions and 2 deletions

View File

@@ -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: