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
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]$
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: