Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpup committed Oct 7, 2024
1 parent b47c823 commit 6db7d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check-mate.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ def sendProbe(self):
self.logger.info("Sending probe...")
# TODO: See if this is enough. Might want to actually send a test packet
# though that could potentially add noise to the network.
self.iface.setStatus("probing")
self.setStatus("probing")
self.iface.sendHeartbeat()
self.iface.setStatus("active", True)
self.setStatus("active", True)
# self.iface.sendData("probe", portNum=portnums_pb2.PortNum.PRIVATE_APP)

def setStatus(self, status, ping=False):
Expand Down

0 comments on commit 6db7d36

Please sign in to comment.