removed a few line characters
This commit is contained in:
parent
bc93119adc
commit
96da87bccb
|
@ -117,9 +117,9 @@ try:
|
||||||
|
|
||||||
notifier = AirtimeNotifier(wm, pe, read_freq=0, timeout=0, airtime_config=config, api_client=api_client, bootstrap=bootstrap, mmc=mmc)
|
notifier = AirtimeNotifier(wm, pe, read_freq=0, timeout=0, airtime_config=config, api_client=api_client, bootstrap=bootstrap, mmc=mmc)
|
||||||
notifier.coalesce_events()
|
notifier.coalesce_events()
|
||||||
|
|
||||||
#create 5 worker threads
|
#create 5 worker threads
|
||||||
wp = MediaMonitorWorkerProcess(config, mmc)
|
wp = MediaMonitorWorkerProcess(config, mmc)
|
||||||
for i in range(5):
|
for i in range(5):
|
||||||
threadName = "Thread #%d" % i
|
threadName = "Thread #%d" % i
|
||||||
t = Thread(target=wp.process_file_events, name=threadName, args=(multi_queue, notifier))
|
t = Thread(target=wp.process_file_events, name=threadName, args=(multi_queue, notifier))
|
||||||
|
|
Loading…
Reference in New Issue