mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
forgot to enable new clients
This commit is contained in:
parent
4c9f133f9a
commit
f56eb9a83d
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ if args.refresh:
|
||||||
print('Creating new client:{ip}'.format(
|
print('Creating new client:{ip}'.format(
|
||||||
ip=client.ip_address
|
ip=client.ip_address
|
||||||
))
|
))
|
||||||
|
client.enabled = True
|
||||||
client.commit()
|
client.commit()
|
||||||
|
|
||||||
if int(packets_val) != client.last_packets:
|
if int(packets_val) != client.last_packets:
|
||||||
|
|
Loading…
Reference in a new issue