Skip to content
Snippets Groups Projects
Commit feb1defc authored by Brandon Wiley's avatar Brandon Wiley
Browse files

PEP 8

parent 5c30b68a
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ def reportSuccess(
args,
optArgs,
):
config.writeMethod(name, socksVersion, address, args, optArgs)
......
......@@ -4,6 +4,7 @@
from pyptlib.config import EnvException
from pyptlib.client import ServerConfig
def init(transports):
supportedTransportVersion = '1'
......@@ -32,6 +33,7 @@ def reportSuccess(
args,
options,
):
config.writeMethod(name, address, options)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment