Changeset ee8307c for python/wa.py
- Timestamp:
- 2015-07-30T23:22:47Z (9 years ago)
- Children:
- e1352e15
- Parents:
- 8e5751e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/wa.py
r8e5751e ree8307c 354 354 def keepalive(self): 355 355 if (time.time() - self.last_pong) > self.PING_TIMEOUT: 356 self. error("Ping timeout")357 self. logout(True)356 self.cb.error("Ping timeout") 357 self.cb.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.