Foppe Hemminga 6 tahun lalu
induk
melakukan
6aac76fb52
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      racenet.py

+ 1 - 1
racenet.py

@@ -61,7 +61,7 @@ for d in data['data']:
                                                    horseDisplayName, False)
                 scratchings.append(data_without_flag)
     if arrow.utcnow().minute % 20 == 0:
-        pprint(full_scratchings)
+        pprint(scratchings)
     db = database.db
     scratchings_to_be_broadcast = model.store_scratched_horses(db, scratchings)
     # print('len(scratchings_to_be_broadcast): {}'.format(len(scratchings_to_be_broadcast)))