Skip to content

Commit 46f3fcf

Browse files
error to warning
1 parent 0255f09 commit 46f3fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/MainDriverApi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ def send_dom_variables():
12751275
verify=False
12761276
)
12771277
if res.status_code == 500:
1278-
CommonUtil.ExecLog(sModuleInfo, res.json()["info"], 3)
1278+
CommonUtil.ExecLog(sModuleInfo, res.json()["info"], 2)
12791279
elif res.status_code == 404:
12801280
CommonUtil.ExecLog(sModuleInfo, 'The chatbot API does not exist, server upgrade needed', 2)
12811281
return

0 commit comments

Comments
 (0)