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)