Ver código fonte

[Minor] Remove :

Foppe Hemminga 5 anos atrás
pai
commit
f411f95675
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      cron.py

+ 1 - 1
cron.py

@@ -107,7 +107,7 @@ def cron():
                     value = player_json[parent][property]
                 else:
                     value = player_json[property]
-                update_missing_value(row['maintainer'], row['player'], item, value):
+                update_missing_value(row['maintainer'], row['player'], item, value)
         time.sleep(1)
 
 if __name__ == '__main__':