From 2ff2fb0495febe11d5015d2308d67e1d8048e597 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 10 Apr 2014 13:37:02 +0200 Subject: Some code cosmetics about commas, spaces and quotes Merges #577 --- module/forwarder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/forwarder.py') diff --git a/module/forwarder.py b/module/forwarder.py index 238283881..59c01fa53 100644 --- a/module/forwarder.py +++ b/module/forwarder.py @@ -27,7 +27,7 @@ from traceback import print_exc class Forwarder(): - def __init__(self, extip,extport=9666): + def __init__(self, extip, extport=9666): print "Start portforwarding to %s:%s" % (extip, extport) proxy(extip, extport, 9666) -- cgit v1.2.3