From 78caf628ac8384730faa7bdd6157a8f01f5012ac Mon Sep 17 00:00:00 2001 From: abeudin Date: Sat, 17 May 2014 18:56:16 +0200 Subject: [PATCH] Update firewall.py --- firewall.py | 1 - 1 file changed, 1 deletion(-) 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():