Pārlūkot izejas kodu

dnet: fix copy paste error

draoi 2 gadi atpakaļ
vecāks
revīzija
5cbba48ec4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      bin/dnet/src/model.py

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

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