Lowercased Timecorrection function
This commit is contained in:
parent
f1c89f0917
commit
3b7ec3d913
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ class UiRequestPlugin(object):
|
|||
float(main.file_server.bytes_sent) / 1024 / 1024
|
||||
)
|
||||
yield "Peerid: %s | " % main.file_server.peer_id
|
||||
yield "Time correction: %.2fs" % main.file_server.getTimeCorrection()
|
||||
yield "Time correction: %.2fs" % main.file_server.getTimecorrection()
|
||||
|
||||
try:
|
||||
import psutil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue