Skip to content

Commit

Permalink
added import modules
Browse files Browse the repository at this point in the history
  • Loading branch information
HyejiYu committed Sep 23, 2024
1 parent 6016f79 commit be4237d
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 @@ -40,7 +40,7 @@ def reset_timer():

start = time.time()
current_date = datetime.datetime.now().strftime('%Y-%m-%d')
KST = timezone(timedelta(hours=9))
KST = datetime.timezone(datetime.timedelta(hours=9))
now_hour = datetime.datetime.now(KST)[11:13]

timer = None
Expand Down

0 comments on commit be4237d

Please sign in to comment.