mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-04-19 07:06:17 -04:00
Merge 10a11e26f2e78ac615304a77f3cf0012686c9e02 into 98d4f1c69e8e31dc0af5f19c0aae9c1f88cb0e14
This commit is contained in:
commit
030f37631f
@ -1059,7 +1059,8 @@ class Reticulum:
|
||||
else:
|
||||
ifstats["announce_queue"] = None
|
||||
|
||||
ifstats["name"] = str(interface)
|
||||
ifstats["name"] = str(interface.name)
|
||||
ifstats["repr_name"] = str(interface)
|
||||
ifstats["short_name"] = str(interface.name)
|
||||
ifstats["hash"] = interface.get_hash()
|
||||
ifstats["type"] = str(type(interface).__name__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user