From 980cc41dfdaa376933392c21f3e04dd7b03b4525 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 20 Feb 2023 01:26:40 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20install=20=EA=B3=BC=EC=A0=95=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=97=90=EB=9F=AC=EC=8B=9C=20=EC=B6=9C=EB=A0=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hidche/install/install_hidche.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hidche/install/install_hidche.py b/hidche/install/install_hidche.py index 6383493..1862968 100755 --- a/hidche/install/install_hidche.py +++ b/hidche/install/install_hidche.py @@ -81,6 +81,8 @@ setupDBResult = session.post('http://web/sam/f_install/j_setup_db.php', { 'kakao_rest_key':env['HIDCHE_KAKAO_REST_KEY'], 'kakao_admin_key':env['HIDCHE_KAKAO_ADMIN_KEY'], }, headers=headers) +if not setupDBResult.ok: + print(setupDBResult, flush=True) setupDBJsonResult = json.loads(setupDBResult.text) print(setupDBJsonResult, flush=True)