Skip to content

Commit

Permalink
Fix starting logger for hbinov
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatik committed Nov 3, 2020
1 parent 53741f6 commit 327a143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def sign_hbinov():
list = ReadConfig()
if list['hbinov']['URL'] and list['hbinov']['USER_NAME'] and list['hbinov']['PASSWORD'] != None:
try:
logger.info("Starting Sign process at Amdocs" + list['hbinov']['URL'])
logger.info("Starting Sign process at " + list['hbinov']['URL'])
import Hbinov_Health_Statements
if Hbinov_Health_Statements.sign(hbinov_Image) == 1:
return jsonify('{"signed":"1","data":""}')
Expand Down

0 comments on commit 327a143

Please sign in to comment.