From 63be3fbea3e35e6a3a062effa66bb0c413415914 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Fri, 16 Aug 2019 10:10:43 +1000 Subject: [PATCH] Fix camera ID --- spectur_live_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectur_live_view.py b/spectur_live_view.py index 5cf9d7a..b5e26ee 100644 --- a/spectur_live_view.py +++ b/spectur_live_view.py @@ -17,7 +17,7 @@ from selenium.common.exceptions import (NoSuchElementException, StaleElementReferenceException, WebDriverException) -CAM_ID = 1 +CAM_ID = 0 USERNAME = '' PASSWORD = '' URL = 'https://camera.uwatchit.com.au/UWatchitWebV2/User/LiveView#'