mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-06-08 23:57:44 +00:00
WIP: Adding vanguard...
This commit is contained in:
parent
af0cbea44f
commit
0334d7eb6b
13 changed files with 682 additions and 127 deletions
|
@ -54,7 +54,7 @@ class ServicesGroup(object):
|
|||
version = int(version)
|
||||
if version not in self.onion_map:
|
||||
raise Exception(
|
||||
'Url version {version} is not supported'.format(version)
|
||||
f'Url version {version} is not supported'
|
||||
)
|
||||
self.version = version
|
||||
self._onion = self.onion_map[version]()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue