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
22543aea00
commit
78caf628ac
1 changed files with 0 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue