CC-2490: Recorded show file is missing
- fixed.
This commit is contained in:
parent
6a2bdaebe6
commit
3e6ca78253
2 changed files with 17 additions and 7 deletions
|
@ -54,6 +54,7 @@ try:
|
|||
config.storage_directory = os.path.normpath(storage_directory)
|
||||
config.imported_directory = os.path.normpath(storage_directory + '/imported')
|
||||
config.organize_directory = os.path.normpath(storage_directory + '/organize')
|
||||
config.recorded_directory = os.path.normpath(storage_directory + '/recorded')
|
||||
|
||||
multi_queue = mpQueue()
|
||||
logger.info("Initializing event processor")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue