Varstahl / GOG-Galaxy-HTML5-exporter

Uses the Galaxy 2 exported CSV to build a searchable HTML5 game library list.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syntax error on python 3.8.5

mmodrow opened this issue · comments

In the csv_parser.py I get a syntax error on line 486, when running on python 3.8.5.
Appearently an is is used, where a == is needed.
This results in a crash.

Thanks for the fix.

Thanks for the fix.

Thanks for the project!