I'm attempting to limit the number of event results returned to just the last couple of days:
r = irw.results_archive(event_types=(ct.EVENT_RACE,), date_range=('2014-07-16','2014-07-18'))
print(r[1])
That prints out 76, which is my total number of races ever.
I'm attempting to limit the number of event results returned to just the last couple of days:
That prints out 76, which is my total number of races ever.