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 3a67124 commit dfab25fCopy full SHA for dfab25f
generate.py
@@ -49,7 +49,7 @@ def update_previous_completion(cached_data: dict, completion_progress: list):
49
current_sunday = get_last_sunday()
50
if cached_data.get('last_sunday') != current_sunday:
51
cached_data['previous_completion'] = {
52
- item['language']['code']: item['completion'] for item in completion_progress
+ item.language.code: item.completion for item in completion_progress
53
}
54
cached_data['last_sunday'] = current_sunday
55
0 commit comments