예제 #1
0
파일: model.py 프로젝트: JimmXinu/calibre
 def get_builtin_recipe(self, urn, download=True):
     if download:
         try:
             return download_builtin_recipe(urn)
         except:
             import traceback
             traceback.print_exc()
     return get_builtin_recipe(urn)
예제 #2
0
 def get_builtin_recipe(self, urn, download=True):
     if download:
         try:
             return download_builtin_recipe(urn)
         except:
             import traceback
             traceback.print_exc()
     return get_builtin_recipe(urn)