removed print()

This commit is contained in:
Maxim Devaev 2024-09-13 22:07:59 +03:00
parent bd127c3fd3
commit 6ccd91a8d1

View File

@ -53,11 +53,9 @@ class Sensors:
# =====
def __get_iface(self) -> str:
print("get_iface")
return self.__get_netconf(round(time.monotonic() / 0.3))[0]
def __get_ip(self) -> str:
print("get_ip")
return self.__get_netconf(round(time.monotonic() / 0.3))[1]
@functools.lru_cache(maxsize=1)