mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 14:04:28 +01:00
2to3
This commit is contained in:
@@ -32,7 +32,7 @@ class CowrieServiceMaker(object):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
if os.name == 'posix' and os.getuid() == 0:
|
if os.name == 'posix' and os.getuid() == 0:
|
||||||
print 'ERROR: You must not run cowrie as root!'
|
print('ERROR: You must not run cowrie as root!')
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
cfg = readConfigFile(options["config"])
|
cfg = readConfigFile(options["config"])
|
||||||
|
|||||||
Reference in New Issue
Block a user