mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
more verbose
This commit is contained in:
parent
64acdd080f
commit
b23468ed28
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ if args.refresh:
|
||||||
if client.last_packets >= int(packets_val) and time_diff.days >= 1:
|
if client.last_packets >= int(packets_val) and time_diff.days >= 1:
|
||||||
client.enabled = False
|
client.enabled = False
|
||||||
if args.verbose:
|
if args.verbose:
|
||||||
print('Enabling client:{ip}'.format(
|
print('Disabling client:{ip}'.format(
|
||||||
ip=client.ip_address
|
ip=client.ip_address
|
||||||
))
|
))
|
||||||
client.commit()
|
client.commit()
|
||||||
|
|
Loading…
Reference in a new issue