Pārlūkot izejas kodu

Merge branch 'master' of https://git.fop.pe/Foppe/scratchings

Afwas [1337627 6 gadi atpakaļ
vecāks
revīzija
09e6f4c56a
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      _bs.py

+ 2 - 2
_bs.py

@@ -165,7 +165,7 @@ def process_scratchings(this_data, this_venue):
                 continue
             temp_list = Scratching(this_venue.name, this_venue.state, this_venue.date, race, text)
             scratchings.append(temp_list)
-    assert len(scratchings) == int(scratchings_count), 'len(scratchings) {} == scratchings_count {}'.format(
-        len(scratchings), scratchings_count)
+    # assert len(scratchings) == int(scratchings_count), 'len(scratchings) {} == scratchings_count {}'.format(
+    #     len(scratchings), scratchings_count)
     # pprint(scratchings)
     return scratchings