소스 검색

[Bugfix] typo

Foppe Hemminga 5 년 전
부모
커밋
4c1ab5f20b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cron.py

+ 1 - 1
cron.py

@@ -105,7 +105,7 @@ def cron():
                     update_value(row['maintainer'], row['player'], property, new_value)
             new_properties = []
             print(f"len(properties): {len(properties)}")
-            print(f"len(retieved_properties): {len(retieved_properties)}")
+            print(f"len(retrieved_properties): {len(retrieved_properties)}")
             for item in properties:
                 if item not in retrieved_properties:
                     new_properties.append(item)