mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
Formatting
This commit is contained in:
parent
050a9ebf1b
commit
cf0e3e51d8
@ -145,7 +145,7 @@ def get_cpu_stats() -> dict[str, dict]:
|
|||||||
def get_physical_interfaces(interfaces) -> list:
|
def get_physical_interfaces(interfaces) -> list:
|
||||||
if not interfaces:
|
if not interfaces:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
with open("/proc/net/dev", "r") as file:
|
with open("/proc/net/dev", "r") as file:
|
||||||
lines = file.readlines()
|
lines = file.readlines()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user