Rev3748, Fix content filter for non existing domains
This commit is contained in:
parent
1ab9bc40a5
commit
4c675b8311
2 changed files with 6 additions and 2 deletions
|
@ -13,7 +13,7 @@ class Config(object):
|
|||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.6.4"
|
||||
self.rev = 3747
|
||||
self.rev = 3748
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.pending_changes = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue