Sfoglia il codice sorgente

Add pprint statement for debugging

Foppe Hemminga 6 anni fa
parent
commit
8fde83c72f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      _bs.py

+ 1 - 0
_bs.py

@@ -143,6 +143,7 @@ def get_meta_data(this_data, this_venue):
         elif print_it:
             print('this_meta_data: {}'.format(this_meta_data))
             print('No match for regex: {}'.format(close_regex))
+            pprint(times)
     # The RaceDAy namedTuple is created and filled
     race_day = RaceDay(this_venue.state, this_venue.name, this_venue.date_string,
                        datetime.date.fromtimestamp(times[3]+12*60*60),