small amend: adjust name of observer thread (more similar to other threads)

pull/2573/head
sebres 2019-12-12 21:31:26 +01:00
parent 1bcb39c699
commit b2e8d610a0
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class ObserverThread(JailThread):
def __init__(self):
# init thread
super(ObserverThread, self).__init__(name='Observer')
super(ObserverThread, self).__init__(name='f2b/observer')
# before started - idle:
self.idle = True
## Event queue