mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
forgot this one
This commit is contained in:
parent
7bfebdd4ba
commit
c4d1801151
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ for client_id in sr.client_ids():
|
|||
client = Client(
|
||||
storage=sr,
|
||||
chain=config.get('iptables', 'chain'),
|
||||
client_id=client_id
|
||||
client_id=client_id[0]
|
||||
)
|
||||
|
||||
if datetime.now() > client.expires:
|
||||
|
|
Loading…
Reference in a new issue