Skip to content

Commit 1c0cec7

Browse files
authored
Merge pull request #8 from wwt/mqtt_updates
updated cert_path logic
2 parents 6ba4d29 + 89397e8 commit 1c0cec7

File tree

1 file changed

+1
-0
lines changed
  • extensions/eda/plugins/event_source

1 file changed

+1
-0
lines changed

extensions/eda/plugins/event_source/mqtt.py

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ async def main(queue: asyncio.Queue, args: Dict[str, Any]):
6262
if cert_path in dirname:
6363
path_to_certs = os.path.join(root, dirname)
6464
logger.info("Cert path found at %s", path_to_certs)
65+
break
6566

6667
# Build out cert file absolute paths
6768
if ca_certs and path_to_certs:

0 commit comments

Comments
 (0)