summaryrefslogtreecommitdiff
path: root/test/test_esp32_cam.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_esp32_cam.py')
-rwxr-xr-xtest/test_esp32_cam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_esp32_cam.py b/test/test_esp32_cam.py
index 27ce379..d743f09 100755
--- a/test/test_esp32_cam.py
+++ b/test/test_esp32_cam.py
@@ -21,7 +21,7 @@ if __name__ == '__main__':
parser.add_argument('--status', action='store_true',
help='print status and exit')
- arg = config.load(False, parser=parser)
+ arg = config.load_app(False, parser=parser)
cam = esp32.WebClient(addr=parse_addr(arg.addr))
if arg.status: