Removing file logging of client uuids in sched tasks
This commit is contained in:
parent
92743c92a4
commit
5d81c4fbe4
@ -364,9 +364,6 @@ def award_idle_ts3_points(voice):
|
|||||||
# Update the data
|
# Update the data
|
||||||
active_users = set()
|
active_users = set()
|
||||||
for client in clientlist.values():
|
for client in clientlist.values():
|
||||||
with open('clientlist.txt', 'ab') as f:
|
|
||||||
f.write(client['client_nickname']+'\n\r\t'+\
|
|
||||||
client['client_unique_identifier']+'\n\r')
|
|
||||||
if client['cid'] not in exempt_cids:
|
if client['cid'] not in exempt_cids:
|
||||||
doob = models.User.query.filter_by(teamspeak_id=client['client_unique_identifier']).first()
|
doob = models.User.query.filter_by(teamspeak_id=client['client_unique_identifier']).first()
|
||||||
if doob:
|
if doob:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user