Changeset e1352e15 for python/wa.py
- Timestamp:
- 2015-08-01T23:59:15Z (9 years ago)
- Children:
- 365b25a, 7051acb
- Parents:
- ee8307c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/wa.py
ree8307c re1352e15 354 354 def keepalive(self): 355 355 if (time.time() - self.last_pong) > self.PING_TIMEOUT: 356 self. cb.error("Ping timeout")357 self. cb.logout(True)356 self.bee.error("Ping timeout") 357 self.bee.logout(True) 358 358 return 359 359 if self.next_ping and (time.time() < self.next_ping):
Note: See TracChangeset
for help on using the changeset viewer.