bad DB key

This commit is contained in:
Arnold Dechamps 2024-08-02 23:20:19 +02:00
parent 8ccce76ed6
commit ee90b8eaba
No known key found for this signature in database
GPG key ID: AE66543374E41C89

View file

@ -95,7 +95,7 @@ def main():
db = TLD.objects.get(tld=tld)
tldslist.append(db.tld)
for tld in tldslist:
db = TLD.objects.get(unicodetld=tld)
db = TLD.objects.get(tld=tld)
if db.atlasv4 is None:
webrequest(tld, 4)
if db.atlasv6 is None: