From 5d81c4fbe4c2b3030e26a104c274985825421bac Mon Sep 17 00:00:00 2001 From: binaryatrocity Date: Mon, 23 Jun 2014 19:52:56 -0500 Subject: [PATCH] Removing file logging of client uuids in sched tasks --- app/teamspeak.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/teamspeak.py b/app/teamspeak.py index 7ca59a6..544bb0d 100644 --- a/app/teamspeak.py +++ b/app/teamspeak.py @@ -364,9 +364,6 @@ def award_idle_ts3_points(voice): # Update the data active_users = set() 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: doob = models.User.query.filter_by(teamspeak_id=client['client_unique_identifier']).first() if doob: