cc-4105: undid change to old mm
This commit is contained in:
parent
c3dde0c679
commit
29a95c842e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue