MattTW / BlinkMonitorProtocol

Unofficial documentation for the Blink Wire-Free HD Home Monitoring & Alert System
412 stars 77 forks source link

"since" parameter should be required in download_videos() #46

Open cdeeran opened 3 years ago

cdeeran commented 3 years ago

When the "since" parameter is not provided into download_videos(), the function generates the variable from the last refresh which may not have any videos. It would make the script more user friendly for this parameter to be required instead of optional as it would save time debugging why there was a successful return but no videos downloaded.

I can make the update if the community would like me too.