mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
diagnosis: fix old typo in ip diagnoser
This commit is contained in:
parent
4f5cc166e2
commit
d6952046fc
1 changed files with 1 additions and 1 deletions
|
@ -237,5 +237,5 @@ class MyDiagnoser(Diagnoser):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
protocol = str(protocol)
|
protocol = str(protocol)
|
||||||
e = str(e)
|
e = str(e)
|
||||||
self.logger_debug(f"Could not get public IPv{protocol} : {e}")
|
logger.debug(f"Could not get public IPv{protocol} : {e}")
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Add table
Reference in a new issue