bundles: fix usage of set() vs {}
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
c418102000
commit
e36a352a42
8 changed files with 14 additions and 14 deletions
|
@ -50,7 +50,7 @@ def iptables(metadata):
|
|||
return {
|
||||
'iptables': {
|
||||
'port_rules': {
|
||||
'8080': atomic(metadata.get('kodi/restrict-to', set('*'))),
|
||||
'8080': atomic(metadata.get('kodi/restrict-to', {'*'})),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue