Skip to content

Commit

Permalink
missing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
troubadoour committed Mar 22, 2015
1 parent eb11f77 commit cc43e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/control-port-filter-python/cpfp.py
Expand Up @@ -121,7 +121,7 @@ def set_default(self):
self.PORT = 9052
self.SOCKET = '/var/run/tor/control'
self.AUTH_COOKIE = '/var/run/tor/control.authcookie'
selfDISABLE_FILTERING = False
self.DISABLE_FILTERING = False
self.LIMIT_STRING_LENGTH = 16384
self.LIMIT_GETINFO_NET_LISTENERS_SOCKS = True
self.WHITELIST = ['signal newnym', 'getinfo net/listeners/socks',
Expand Down

0 comments on commit cc43e06

Please sign in to comment.