Skip to content

Commit

Permalink
modified error
Browse files Browse the repository at this point in the history
  • Loading branch information
HyejiYu committed Sep 23, 2024
1 parent be4237d commit 34f05c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messagequeue/consumer/homeplus_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def reset_timer():
start = time.time()
current_date = datetime.datetime.now().strftime('%Y-%m-%d')
KST = datetime.timezone(datetime.timedelta(hours=9))
now_hour = datetime.datetime.now(KST)[11:13]
now_hour = str(datetime.datetime.now(KST))[11:13]

timer = None
# 콜백 함수 정의 (메시지 수신 시 호출됨)
Expand Down

0 comments on commit 34f05c6

Please sign in to comment.