mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Upnp stuff
This commit is contained in:
parent
945897345b
commit
c0f8dc4aaf
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ def firewall_reload(upnp=False):
|
||||||
|
|
||||||
win_msg(_("Firewall successfully reloaded"))
|
win_msg(_("Firewall successfully reloaded"))
|
||||||
|
|
||||||
return firewall_list
|
return firewall_list()
|
||||||
|
|
||||||
def update_yml(port=None,protocol=None,mode=None,ipv6=None):
|
def update_yml(port=None,protocol=None,mode=None,ipv6=None):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue