瀏覽代碼

Add pprint statement for debugging

Foppe Hemminga 6 年之前
父節點
當前提交
8fde83c72f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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),