there can be more than one message on the socket; empty the queue when shutting down...
[saartuer.git] / spaceapi.py
index eea73f6a2a708fb3061617527e60fb10a76207f7..8e36b0fe21a3d372e0b8e03f443f80baf60365c8 100644 (file)
@@ -4,7 +4,7 @@ import urllib.request, time
 
 from config import spaceApiKey
 
-RETRY_TIME = 30
+RETRY_TIME = 60
 HEARTBEAT_TIME = 10*60
 
 class SpaceApi: