dnet: fix copy paste error

This commit is contained in:
draoi
2024-07-17 14:39:11 +02:00
parent e0a49ba316
commit 5cbba48ec4

View File

@@ -167,7 +167,7 @@ class Model:
urls = spawn['urls']
whitelist = spawn['whitelist']
greylist = spawn['greylist']
anchorlist = spawn['greylist']
anchorlist = spawn['anchorlist']
spawn = self.liliths[key]['spawns'][name] = {}
spawn['urls'] = urls