Skip to content

Commit

Permalink
removed duplicate tld
Browse files Browse the repository at this point in the history
  • Loading branch information
baderj committed Jul 14, 2022
1 parent 5356c0d commit 1bcffb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharkbot/dga.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def dga(date: datetime, version: str):
week_of_year = date.isocalendar()[1]
year = date.year
if version in {"0.0", "1.63"}:
tlds = [".top", ".xyz", ".cc", ".info", ".com", ".ru", ".info", ".net"]
tlds = [".top", ".xyz", ".cc", ".info", ".com", ".ru", ".net"]
else:
tlds = [".xyz", ".live", ".com", ".store", ".info", ".top", ".net"]

Expand Down

0 comments on commit 1bcffb6

Please sign in to comment.