Node was missing during unpack

This commit is contained in:
Oleksii Shevchuk 2016-12-02 22:24:02 +02:00
parent 9e302c866b
commit c7188c4f2e
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ class SystemInfo(Command):
return SystemInfo( return SystemInfo(
system=SystemInfo.well_known_os_names_decode[osid], system=SystemInfo.well_known_os_names_decode[osid],
node=node,
arch=SystemInfo.well_known_cpu_archs_decode[archid], arch=SystemInfo.well_known_cpu_archs_decode[archid],
internet=internet, internet=internet,
external_ip=ip, external_ip=ip,