petermatts / CarStats

This project aims to compile a list of key statistics across all common car models and brands, for ease of comparison for a user.
2 stars 0 forks source link

Handle Slow Down #50

Closed petermatts closed 11 months ago

petermatts commented 11 months ago

Figure out why there is a significant delay (a few seconds) between obtaining data and writing to yaml file

petermatts commented 11 months ago

Can't figure this out. Slow down does not occur between return and datawriting. Data loop seems to break properly, I'm kind of stumped at the moment

petermatts commented 11 months ago

Fixed in the next upcoming commit. The problem was driver.implicitly_wait was holding up the time between the for loop finishing and returning the specs dictionary.