mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-04-16 13:53:38 -04:00
Merge 10a11e26f2e78ac615304a77f3cf0012686c9e02 into 9d2456500aadcbaaff39cf9f99edf3b2d8503ef5
This commit is contained in:
commit
6c883ed703
@ -1048,7 +1048,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