mdsecactivebreach/LinkedInt

SyntaxError: Missing parentheses in call to 'print' statements

crxssrazr93 opened this issue · 0 comments

My environment;
OS: Manjaro 18.0.2 Illyria
Kernel: x86_64 Linux 4.19.13-1-MANJARO
Python 3.7.1 (default, Oct 22 2018, 10:41:28)
[GCC 8.2.1 20180831]
Installed beautifulsoup4 and thready.

I get this error when running.

LinkedInt-master]$ python LinkedInt.py 
  File "LinkedInt.py", line 45
    print "[!] Oops, you did not enter your api_key, username, or password in LinkedInt.py"
                                                                                          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("[!] Oops, you did not enter your api_key, username, or password in LinkedInt.py")?
LinkedInt-master]$