forgot expires here

This commit is contained in:
Stefan Midjich 2017-09-29 18:42:45 +02:00
parent 5370134b57
commit 7e5ad9b9d8
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ class Client(object):
self.enabled = data.get('enabled')
self.last_packets = data.get('last_packets')
self.last_activity = data.get('last_activity')
self.expires = data.get('expires')
# Try and find a rule for this client and with that rule also packet
# count. Don't rely on it existing though.