Browse Source

dnet: fix copy paste error

draoi 2 năm trước cách đây
mục cha
commit
5cbba48ec4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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