remove trailing whitespace

This commit is contained in:
Michel Oosterhof
2015-06-23 08:20:38 +00:00
parent 4d48992305
commit 56477389b8
11 changed files with 54 additions and 49 deletions

View File

@@ -40,7 +40,7 @@ class CowrieServiceMaker(object):
listen_addr = cfg.get('honeypot', 'listen_addr')
else:
listen_addr = '0.0.0.0'
# preference: 1, option, 2, config, 3, default of 2222
if options['port'] != 0:
listen_port = int(options["port"])