Disable pyspy for now

This commit is contained in:
Trever Fischer
2012-04-02 08:19:45 -04:00
parent e5ddb3dd98
commit f3bdf95858

View File

@@ -30,7 +30,8 @@ class Server(models.Model):
players = []
try:
client = pyspy.GamespyClient(self.hostname, self.query_port)
client.update()
# FIXME: pyspy sometimes hangs here
#client.update()
pList = client.players()
for p in pList:
try: