From 29a95c842ea320de539c8d3c48b423f549a6523f Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Mon, 30 Jul 2012 18:04:32 -0400 Subject: [PATCH] cc-4105: undid change to old mm --- .../media-monitor/airtimefilemonitor/airtimeprocessevent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/media-monitor/airtimefilemonitor/airtimeprocessevent.py b/python_apps/media-monitor/airtimefilemonitor/airtimeprocessevent.py index a3b22324e..90b8a0151 100644 --- a/python_apps/media-monitor/airtimefilemonitor/airtimeprocessevent.py +++ b/python_apps/media-monitor/airtimefilemonitor/airtimeprocessevent.py @@ -67,7 +67,7 @@ class AirtimeProcessEvent(ProcessEvent): res = self.api_client.remove_watched_dir(path) if(res is None): self.logger.info("Unable to connect to the Airtime server.") - # success + # sucess if(res['msg']['code'] == 0): self.logger.info("%s removed from watch folder list successfully.", path) else: