mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update firewall.py
This commit is contained in:
parent
61beb3b9b0
commit
22543aea00
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ def firewall_upnp(action=None):
|
|||
if firewall['uPnP']['enabled'] == True:
|
||||
msignals.display(m18n.n('upnp_active'), 'success')
|
||||
else:
|
||||
raise MoulinetteError(errno.EPERM,
|
||||
raise MoulinetteError(errno.EADV,
|
||||
m18n.n('upnp_inactive'))
|
||||
|
||||
if action:
|
||||
|
|
Loading…
Add table
Reference in a new issue