Explorar o código

Add pprint statement for debugging

Foppe Hemminga %!s(int64=6) %!d(string=hai) anos
pai
achega
8fde83c72f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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),