sot / aca_weekly_report

0 stars 0 forks source link

Fix the type of the days-back option #7

Closed jeanconn closed 3 years ago

jeanconn commented 3 years ago

Fix the type of the days-back option to fix

TypeError: unsupported operand type(s) for -: 'float' and 'str'

for --days-back 90.

It is a different question about if use of the implicit strategy of --start=-14 would be more maintainable, but this is helpful for now.