misc: install 과정에서 에러시 출력
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user