Skip to content

Commit

Permalink
Correct typo in config key
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcoder committed Apr 26, 2024
1 parent 7fde368 commit 4f393b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async def run_async(driver, config, loop):
await asyncio.sleep(0.01)
log.debug('motion complete')

media_helper = config.get('filese', {}).get('media_helper')
media_helper = config.get('files', {}).get('media_helper')
if media_helper is not None:
media_handler = asyncio.ensure_future(handle_media_changes(media_helper, driver))
else:
Expand Down

0 comments on commit 4f393b7

Please sign in to comment.