Update info.py

This commit is contained in:
Pascal Vizeli 2018-04-28 10:51:25 +02:00 committed by GitHub
parent fe38fe94dc
commit 9e18589b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ class InfoCenter(CoreSysAttributes):
@property
def hostname(self):
"""Return local hostname."""
return self._data.get('Hostname') or None
return self._data.get('StaticHostname') or None
@property
def chassis(self):