Add timecorrection to server info
This commit is contained in:
parent
dc52a8a08b
commit
b06ba06f40
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ class UiWebsocket(object):
|
|||
"ui_port": config.ui_port,
|
||||
"version": config.version,
|
||||
"rev": config.rev,
|
||||
"timecorrection": file_server.timecorrection,
|
||||
"language": config.language,
|
||||
"debug": config.debug,
|
||||
"plugins": PluginManager.plugin_manager.plugin_names
|
||||
|
|
Loading…
Reference in a new issue