mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
removed print()
This commit is contained in:
parent
bd127c3fd3
commit
6ccd91a8d1
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user