Skip to content

Commit

Permalink
[FIX] Adding database line
Browse files Browse the repository at this point in the history
  • Loading branch information
altf4arnold committed Jul 7, 2024
1 parent 650631a commit 23f42d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atlas/atlascreator.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def main():
db = TLD.objects.get(tld=tld)
unicodetlds.append(db.unicodetld)
for tld in unicodetlds:
db = TLD.objects.get(tld=tld)
if db.atlasv4 is None:
webrequest(tld, 4)
if db.atlasv6 is None:
Expand Down

0 comments on commit 23f42d5

Please sign in to comment.