Change api throttle time to 2 seconds

This commit is contained in:
Kevin Fronczak
2019-03-01 15:11:23 -05:00
parent 54bfb99d60
commit 95b45f507a
+1 -1
View File
@@ -8,7 +8,7 @@ from blinkpy.helpers.constants import DEFAULT_URL
_LOGGER = logging.getLogger(__name__)
MIN_THROTTLE_TIME = 4
MIN_THROTTLE_TIME = 2
def request_login(blink, url, username, password, is_retry=False):