mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] remove unused import
This commit is contained in:
parent
67fe8545dc
commit
f760d6aa0f
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ def app_is_exposed_on_http(domain, path, message_in_page):
|
|||
verify=False,
|
||||
)
|
||||
return r.status_code == 200 and message_in_page in r.text
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
return False
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue