[FIX] Adding database line

This commit is contained in:
Arnold Dechamps 2024-07-07 18:14:25 +02:00
parent 650631a5c2
commit 23f42d59b8
No known key found for this signature in database
GPG key ID: AE66543374E41C89

View file

@ -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: