diff --git a/firewall.py b/firewall.py index f5dc829d0..be12e2401 100644 --- a/firewall.py +++ b/firewall.py @@ -256,7 +256,6 @@ def firewall_upnp(action=None): with open('/etc/yunohost/firewall.yml', 'w') as f: yaml.safe_dump(firewall, f, default_flow_style=False) - return { "enabled": firewall['uPnP']['enabled'] } def firewall_stop():