Temporary commit for screenshot

This commit is contained in:
Otto Winter 2018-11-24 12:19:02 +01:00
parent 2fbb149c3c
commit 5cc251edfb
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]] = ret[1]
PING_RESULT[ret[0]] = True # ret[1]
entries = _list_dashboard_entries()
queue = collections.deque()