diff --git a/cyberwow/lib/controller/rpc/rpcView.dart b/cyberwow/lib/controller/rpc/rpcView.dart index 28cde8a..2967d38 100644 --- a/cyberwow/lib/controller/rpc/rpcView.dart +++ b/cyberwow/lib/controller/rpc/rpcView.dart @@ -193,7 +193,7 @@ Map getInfoView(Map x) { final _diff = DateTime.now().difference(_receive_time); format(Duration d) => d.toString().split('.').first.padLeft(8, "0"); - return MapEntry('age', format(_diff)); + return MapEntry('uptime', format(_diff)); }