Undo temporary commit

This commit is contained in:
Otto Winter 2018-11-24 14:23:42 +01:00
parent 544248e0cd
commit 1146bc2ee2
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -306,7 +306,7 @@ class PingThread(threading.Thread):
PING_REQUEST.clear()
def callback(ret):
PING_RESULT[ret[0]] = True # ret[1]
PING_RESULT[ret[0]] = ret[1]
entries = _list_dashboard_entries()
queue = collections.deque()