浏览代码

print info mation

chenjunkai 5 年之前
父节点
当前提交
fb11317afc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Controller/AppInfo.py

+ 1 - 0
Controller/AppInfo.py

@@ -135,6 +135,7 @@ class AppInfo(View):
                                 destination.write(chunk)
                         create_dict['img'] = rv_path
                     except Exception as e:
+                        print(repr(e))
                         pass
                 app_Info = App_Info(**create_dict)
                 app_Info.save()