mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-31 12:04:24 +01:00
print as a function
This commit is contained in:
@@ -299,7 +299,7 @@ Options:
|
||||
|
||||
if self.user_is_root():
|
||||
if len(chain) > 0:
|
||||
print chain
|
||||
print(chain)
|
||||
# Check chain
|
||||
if not self.is_valid_chain(chain):
|
||||
return
|
||||
@@ -325,7 +325,7 @@ Options:
|
||||
|
||||
if self.user_is_root():
|
||||
if len(chain) > 0:
|
||||
print chain
|
||||
print(chain)
|
||||
# Check chain
|
||||
if not self.is_valid_chain(chain):
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user