mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
forgot expires here
This commit is contained in:
parent
5370134b57
commit
7e5ad9b9d8
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ class Client(object):
|
||||||
self.enabled = data.get('enabled')
|
self.enabled = data.get('enabled')
|
||||||
self.last_packets = data.get('last_packets')
|
self.last_packets = data.get('last_packets')
|
||||||
self.last_activity = data.get('last_activity')
|
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
|
# Try and find a rule for this client and with that rule also packet
|
||||||
# count. Don't rely on it existing though.
|
# count. Don't rely on it existing though.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue