You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
──(root㉿kali)-[/home/kali/Desktop/Trape]
└─# python trape.py -h
Traceback (most recent call last):
File "/home/kali/Desktop/Trape/trape.py", line 23, in
from core.utils import utils #
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/Trape/core/utils.py", line 30
print string
^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
┌──(root㉿kali)-[/home/kali/Desktop/Trape]
└─#
The text was updated successfully, but these errors were encountered:
──(root㉿kali)-[/home/kali/Desktop/Trape]
└─# python trape.py -h
Traceback (most recent call last):
File "/home/kali/Desktop/Trape/trape.py", line 23, in
from core.utils import utils #
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/Trape/core/utils.py", line 30
print string
^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
┌──(root㉿kali)-[/home/kali/Desktop/Trape]
└─#
The text was updated successfully, but these errors were encountered: