mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 05:54:21 +01:00
2to3
This commit is contained in:
@@ -32,7 +32,7 @@ class CowrieServiceMaker(object):
|
||||
"""
|
||||
|
||||
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)
|
||||
|
||||
cfg = readConfigFile(options["config"])
|
||||
|
||||
Reference in New Issue
Block a user