Skip to content

Commit

Permalink
Bug Fix for Issue 2292
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichault committed Mar 9, 2022
1 parent bde3b16 commit c60b64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motioneye/handlers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def _handle_get_config_response(self, camera_id, local_config, resp: utils.GetCo
finished = self.check_finished(cameras, length)
return

@BaseHandler.auth()
@BaseHandler.auth(admin=True)
async def list(self):
logging.debug('listing cameras')

Expand Down

0 comments on commit c60b64a

Please sign in to comment.