Skip to content

Commit

Permalink
fixed time-dependent version of BumbleBee's DGA
Browse files Browse the repository at this point in the history
  • Loading branch information
baderj committed Sep 15, 2023
1 parent 004ca3f commit a945919
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bumblebee/dga.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ def seed(magic: int, time: Optional[datetime] = None) -> int:
secs = time.second
month = time.month - 1
year = time.year
secs = 0
month = 0
year = 0
else:
secs = 32
month = 13
Expand Down

0 comments on commit a945919

Please sign in to comment.