Skip to content

Commit c60b64a

Browse files
committed
Bug Fix for Issue 2292
1 parent bde3b16 commit c60b64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

motioneye/handlers/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def _handle_get_config_response(self, camera_id, local_config, resp: utils.GetCo
368368
finished = self.check_finished(cameras, length)
369369
return
370370

371-
@BaseHandler.auth()
371+
@BaseHandler.auth(admin=True)
372372
async def list(self):
373373
logging.debug('listing cameras')
374374

0 commit comments

Comments
 (0)