mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-05-01 02:53:00 +02:00
Fix for telemetry polling
This commit is contained in:
committed by
Jack Kingsman
parent
0511d6f69b
commit
87df4b4aa1
@@ -877,7 +877,7 @@ async def _repeater_telemetry_loop():
|
||||
blocking=False,
|
||||
suspend_auto_fetch=True,
|
||||
) as mc:
|
||||
contact = await ContactRepository.get_by_public_key(key)
|
||||
contact = await ContactRepository.get_by_key(key)
|
||||
if contact is None:
|
||||
logger.debug("Telemetry poll: contact %s not found, skipping", key[:12])
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user