Skip to content

Commit d5459ee

Browse files
committed
more!
1 parent 3e95d16 commit d5459ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_heartbeat_receiver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ def read_queue(
7171
try:
7272
msg = output_queue.queue.get(timeout=1)
7373
if msg:
74-
main_logger.info(f"Receiver output: Connected", True)
74+
main_logger.info("Receiver output: Connected", True)
7575
else:
76-
main_logger.info(f"Receiver output: Disconnected", True)
76+
main_logger.info("Receiver output: Disconnected", True)
7777
except queue.Empty:
7878
continue
7979
time.sleep(0.1)

0 commit comments

Comments
 (0)