cc-4105: fixed api_client loading json twice and added some logging

This commit is contained in:
Rudi Grinberg 2012-07-20 16:27:35 -04:00
parent 3e251997f8
commit 6a7cb50d67
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,6 @@
from media.monitor.log import Loggable
class SyncDB(Loggable):
def __init__(self, apc):
self.apc = apc
dirs = self.apc.list_all_watched_dirs()