removed a few line characters

This commit is contained in:
Rudi Grinberg 2012-07-03 16:37:40 -04:00 committed by Rudi Grinberg
parent bc93119adc
commit 96da87bccb
1 changed files with 2 additions and 2 deletions

View File

@ -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.coalesce_events()
#create 5 worker threads
wp = MediaMonitorWorkerProcess(config, mmc)
wp = MediaMonitorWorkerProcess(config, mmc)
for i in range(5):
threadName = "Thread #%d" % i
t = Thread(target=wp.process_file_events, name=threadName, args=(multi_queue, notifier))