mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo /o\
This commit is contained in:
parent
7112deb167
commit
377ccd8acf
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ def get_public_ip_from_remote_server(protocol=4):
|
||||||
try:
|
try:
|
||||||
return download_text(url, timeout=30).strip()
|
return download_text(url, timeout=30).strip()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
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