|
|
@@ -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),
|