Skip to content

Commit ed627ad

Browse files
committed
Fixed autoblacklist
1 parent df4fa3b commit ed627ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def load_blacklist(self):
126126
"""
127127
Load the blacklist from the specified file.
128128
"""
129-
if self.no_blacklist:
129+
if self.no_blacklist or self.auto_blacklist:
130130
return
131131
if not os.path.exists(self.blacklist):
132132
self.print(

0 commit comments

Comments
 (0)