mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-10 07:21:01 -04:00
Merge 10a11e26f2
into 799bcfc7aa
This commit is contained in:
commit
a75f2bc691
1 changed files with 2 additions and 1 deletions
|
@ -1074,7 +1074,8 @@ class Reticulum:
|
||||||
else:
|
else:
|
||||||
ifstats["announce_queue"] = None
|
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["short_name"] = str(interface.name)
|
||||||
ifstats["hash"] = interface.get_hash()
|
ifstats["hash"] = interface.get_hash()
|
||||||
ifstats["type"] = str(type(interface).__name__)
|
ifstats["type"] = str(type(interface).__name__)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue