1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00
This commit is contained in:
Alexandre Aubin 2021-12-27 15:19:48 +01:00
parent 7112deb167
commit 377ccd8acf

View file

@ -87,7 +87,7 @@ def get_public_ip_from_remote_server(protocol=4):
try:
return download_text(url, timeout=30).strip()
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