Hello.
Did python install on UBUNTU 18.14.5, did update, upgrade, dist-upgrade.
Got GIT CLONE from GITHUB, tryied to run, got this issue:
INE-courses-downloader$ python Ine.py
File "Ine.py", line 444
p.map(downloader,(all_courses[j] for j in range(i, this_session) if (False if (len(all_courses[j]["access"]["related_passes"]) == 0) else True if (course_has_access(all_courses[j])) else False) and 1 or print("Course not in subscription access pack. Skipping ..")))
^
SyntaxError: invalid syntax
Hello. Did python install on UBUNTU 18.14.5, did update, upgrade, dist-upgrade. Got GIT CLONE from GITHUB, tryied to run, got this issue:
INE-courses-downloader$ python Ine.py File "Ine.py", line 444 p.map(downloader,(all_courses[j] for j in range(i, this_session) if (False if (len(all_courses[j]["access"]["related_passes"]) == 0) else True if (course_has_access(all_courses[j])) else False) and 1 or print("Course not in subscription access pack. Skipping .."))) ^ SyntaxError: invalid syntax