소스 검색

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:


불러오는 중...
취소
저장