浏览代码

Update kbh.py

pull/93/head
flo269 GitHub 8 年前
父节点
当前提交
11cee90083
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      modules/recipe_import/kbh.py

+ 1
- 1
modules/recipe_import/kbh.py 查看文件

@@ -30,7 +30,7 @@ class KBH(FlaskView):
return json.dumps(result)
except Exception as e:
print e
self.api.notify(headline="Failed to load KHB database.", message="ERROR", type="danger")
self.api.notify(headline="Failed to load Kleiner Brauhelfer database.", message="ERROR", type="danger")
return ('', 500)
finally:
if conn:


正在加载...
取消
保存