mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 05:54:21 +01:00
remove trailing whitespace
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user