Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Nov 1, 2024
1 parent e92430b commit f435d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waypoint/services/nats_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async def _subscribe(
# Get the current time in UTC
current_time = datetime.now(timezone.utc)

# Subtract 30 seconds
# Subtract look_back time from the current time
look_back_time = current_time - timedelta(seconds=look_back)

# Format the time in the required format
Expand Down

0 comments on commit f435d5a

Please sign in to comment.