|
@@ -310,9 +310,9 @@ def get_racenet_races(html):
|
|
|
print("td.get('data-race-number'): {}".format(race_number_padded))
|
|
print("td.get('data-race-number'): {}".format(race_number_padded))
|
|
|
continue
|
|
continue
|
|
|
start_time = td.get('data-start-time')
|
|
start_time = td.get('data-start-time')
|
|
|
- print(start_time)
|
|
|
|
|
|
|
+ # print(start_time)
|
|
|
time_string_with_date = date_parsed.format('YYYY-MM-DD')+' '+time_string
|
|
time_string_with_date = date_parsed.format('YYYY-MM-DD')+' '+time_string
|
|
|
- print(time_string_with_date)
|
|
|
|
|
|
|
+ # print(time_string_with_date)
|
|
|
local_time = arrow.get(time_string_with_date, 'YYYY-MM-DD HH:mm').time()
|
|
local_time = arrow.get(time_string_with_date, 'YYYY-MM-DD HH:mm').time()
|
|
|
utc_time = arrow.get(int(start_time)/1000).datetime
|
|
utc_time = arrow.get(int(start_time)/1000).datetime
|
|
|
# print("td.get('data-race-number'): {}". format(race_number))
|
|
# print("td.get('data-race-number'): {}". format(race_number))
|