summaryrefslogtreecommitdiff
path: root/QueryServer.py
diff options
context:
space:
mode:
Diffstat (limited to 'QueryServer.py')
-rwxr-xr-xQueryServer.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/QueryServer.py b/QueryServer.py
index 6a6322b..43a8fd6 100755
--- a/QueryServer.py
+++ b/QueryServer.py
@@ -50,7 +50,6 @@ class QueryServer():
cache = Caching.readCache('server', '%s-%s-%s' % (str(gameid), ip, str(port)), CACHE_TTL)
if cache:
- print('From cache')
return json.loads(cache)
socket.setdefaulttimeout(5)
@@ -72,7 +71,6 @@ class QueryServer():
if gameid in sourcequeryinc:
port += 1
- # print(ip, port, gameid)
conn = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
message = None