forgot this one

This commit is contained in:
Stefan Midjich 2017-09-29 19:02:36 +02:00
parent 7bfebdd4ba
commit c4d1801151
1 changed files with 1 additions and 1 deletions

View File

@ -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: