Added comment to match JS version
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
for lang in lang_info:
|
||||
item = dict(name=lang_info[lang]["learningLanguage"], count=lang_info[lang]["xp"])
|
||||
|
||||
# Filter irrelevant items
|
||||
if lang_info[lang]["xp"] > 500:
|
||||
lang_info_prepped.append(item)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user