Fix generation of torrc files (#23)

This commit is contained in:
Aaron Dewes 2022-05-19 07:41:03 +02:00 committed by GitHub
parent 5ae9353707
commit 68c30cc7c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ def getContainerHiddenService(
metadata.name, container.name, key, metadata.id, container.name
)
otherHiddenServices += "HiddenServicePort {} {}:{}".format(
key, containerIp, value
value, containerIp, value
)
elif isinstance(value, list):
otherHiddenServices += getHiddenServiceMultiPort(