mirror of
https://github.com/c0de-archive/ebay-testing.git
synced 2025-02-01 10:45:53 +00:00
David Todd
6a8376d530
Refactor setDateRange
This function wasn't working with different arguments such as days and start It would always return x days off of today instead of the date to start at It now always returns x days off of the date supplied to start or today if start is invalid This also works for stop (they use the same checkDate function)
Description
No description provided
Languages
Python
100%