1
This commit is contained in:
parent
3ca8b92f90
commit
0841c29438
@ -29,7 +29,7 @@ class Transmitter:
|
|||||||
if self.ping_ts + 60 < ts:
|
if self.ping_ts + 60 < ts:
|
||||||
# 保持连接
|
# 保持连接
|
||||||
self.ping_ts = ts
|
self.ping_ts = ts
|
||||||
print('保持连接')
|
self.log.info('保持连接 ping')
|
||||||
self.db_client.execute('select 1')
|
self.db_client.execute('select 1')
|
||||||
|
|
||||||
for h, p in self.slots.items():
|
for h, p in self.slots.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user