Kevin Steen 2025-05-09 15:09:02 +01:00 zatwierdzone przez GitHub
commit ea59fd6bd8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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__)