Skip to content

Commit

Permalink
Update lootpool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RawFish69 authored Nov 17, 2023
1 parent d75beac commit 7ced046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modifier/lootpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Constants
seconds_per_week = 604800
first_week_timestamp = 1690567200 # First week recorded
first_week_timestamp = 1690567200 + 3600 # First week recorded + Daylight saving offset
current_datetime = datetime.now().strftime("%Y-%m-%d")


Expand Down

0 comments on commit 7ced046

Please sign in to comment.