mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-04-04 23:06:11 +00:00
fix error printing
This commit is contained in:
parent
e436f21dba
commit
b6bc7fc4ba
1 changed files with 1 additions and 1 deletions
|
@ -1794,7 +1794,7 @@ def get_sql_port(host):
|
|||
except: return None
|
||||
|
||||
except Exception as err:
|
||||
print str(err)
|
||||
print(err)
|
||||
pass
|
||||
|
||||
# capture output from a function
|
||||
|
|
Loading…
Add table
Reference in a new issue