cc-2419: media monitor import on startup
-fixed support for watched dirs #2
This commit is contained in:
parent
df1dec2078
commit
805d3616fe
4 changed files with 6 additions and 7 deletions
|
@ -26,7 +26,8 @@ class AirtimeMediaMonitorBootstrap():
|
|||
|
||||
self.logger.info("watched directories found: %s", directories)
|
||||
|
||||
for id, dir in directories:
|
||||
for id, dir in directories.iteritems():
|
||||
self.logger.debug("%s, %s", id, dir)
|
||||
self.check_for_diff(id, dir)
|
||||
|
||||
def list_db_files(self, dir_id):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue