Browse Source

修复bug

yhz 6 years ago
parent
commit
ec61a652ce
2 changed files with 2 additions and 0 deletions
  1. 2 0
      config_utils_record.py
  2. BIN
      sdk/record/libs/record_sdk-1.0.7.jar

+ 2 - 0
config_utils_record.py

@@ -6,8 +6,10 @@ def checkConfig(config):
     '''
     print('check config ...')
     if type(config) == dict:
+        print('check config dict ...')
         return checkChannelConfig(config)
     elif type(config) == list:
+        print('check config list ...')
         for itemConfig in config:
             if not checkChannelConfig(itemConfig):
                 return False

BIN
sdk/record/libs/record_sdk-1.0.7.jar