Skip to content

Commit

Permalink
chore: removed useless const
Browse files Browse the repository at this point in the history
  • Loading branch information
akimrx committed Jul 2, 2023
1 parent c9c2ac1 commit 65fb901
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tracker_exporter/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# Business days settings
BUSINESS_HOURS_START = dt.time(9)
BUSINESS_HOURS_END = dt.time(22)
WEEKENDS = (5, 6,) # Monday is 0, Sunday is 6
WORKDAYS = [0, 1, 2, 3, 4] # From Monday to Friday

# Monitoring settings
Expand Down

0 comments on commit 65fb901

Please sign in to comment.