Update firewall.py

This commit is contained in:
abeudin 2014-05-17 18:56:16 +02:00
parent 22543aea00
commit 78caf628ac

View file

@ -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():