Open Moinaansari opened 3 years ago
Traceback (most recent call last): File "C:\Python\Linkedin\linkedin-learning-downloader-master\lld.py", line 12, in from config import USERNAME, PASSWORD, COURSES, PROXY, BASE_DOWNLOAD_PATH File "C:\Python\Linkedin\linkedin-learning-downloader-master\config.py", line 5 COURSES = [Cisco Certified CyberOps Associate Cert Prep: 1 Security Concepts] ^ SyntaxError: invalid syntax
set the course between quotes like: COURSES = ['Cisco Certified CyberOps Associate Cert Prep: 1 Security Concepts']
Traceback (most recent call last): File "C:\Python\Linkedin\linkedin-learning-downloader-master\lld.py", line 12, in
from config import USERNAME, PASSWORD, COURSES, PROXY, BASE_DOWNLOAD_PATH
File "C:\Python\Linkedin\linkedin-learning-downloader-master\config.py", line 5
COURSES = [Cisco Certified CyberOps Associate Cert Prep: 1 Security Concepts]
^
SyntaxError: invalid syntax