Fix syntax error, arg after kwarg.

This commit is contained in:
Pedro Algarvio 2013-02-06 05:45:30 +00:00
parent aa721e89cf
commit e7b253906a

View File

@ -132,7 +132,7 @@ def save(filename):
return out
def append(table='filter', chain, rule=None):
def append(table='filter', chain=None, rule=None):
'''
Append a rule to the specified table/chain.