Browse Source

修复紫云QQ登录失败bug

zqbo 5 years ago
parent
commit
f1c1de1d64
2 changed files with 1 additions and 1 deletions
  1. 1 1
      file_utils.py
  2. BIN
      sdk/jm_zy_ysdk/jm_zy_ysdk.jar

+ 1 - 1
file_utils.py

@@ -183,7 +183,7 @@ def copyFile(formFile, toFile, delete = False):
 
     fpath, fname = os.path.split(toFile)  #分离文件名和路径
     if not os.path.exists(fpath):
-        print('%s not exists, crate' % fpath)
+        #print('%s not exists, crate' % fpath)
         os.makedirs(fpath)              #创建路径
 
     '''if os.path.exists(toFile) and os.path.getsize(formFile) > 104857600 and equalsFile(formFile, toFile):

BIN
sdk/jm_zy_ysdk/jm_zy_ysdk.jar