Lowercased Timecorrection function
This commit is contained in:
parent
f1c89f0917
commit
3b7ec3d913
2 changed files with 2 additions and 2 deletions
|
@ -312,7 +312,7 @@ class ConnectionServer(object):
|
|||
def onInternetOffline(self):
|
||||
self.log.info("Internet offline")
|
||||
|
||||
def getTimeCorrection(self):
|
||||
def getTimecorrection(self):
|
||||
corrections = sorted([
|
||||
connection.handshake.get("time") - connection.handshake_time + connection.last_ping_delay
|
||||
for connection in self.connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue