mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
typo
This commit is contained in:
parent
d55782eaef
commit
a347c187d6
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class Client(object):
|
|||
|
||||
|
||||
def commit_rule(self):
|
||||
rule = find_rule(self.ip_address, self.protocol)
|
||||
rule = self.find_rule(self.ip_address, self.protocol)
|
||||
if not rule:
|
||||
rule = iptc.Rule()
|
||||
rule.src = self.ip_address
|
||||
|
|
Loading…
Reference in a new issue