Skip to content

Commit

Permalink
Merge pull request #88 from altf4arnold/Troubleshoot-on-prod
Browse files Browse the repository at this point in the history
[FIX] Adding database line
  • Loading branch information
altf4arnold authored Jul 7, 2024
2 parents faf1bc7 + 23f42d5 commit 620eccd
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 620eccd

Please sign in to comment.