ソースを参照

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:


読み込み中…
キャンセル
保存