Browse Source

dnet: fix copy paste error

draoi 2 years ago
parent
commit
5cbba48ec4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/dnet/src/model.py

+ 1 - 1
bin/dnet/src/model.py

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