BasioMeusPuga / Lector

Qt based ebook reader
GNU General Public License v3.0
1.52k stars 209 forks source link

Cant execute #2

Closed delfino-nunez closed 6 years ago

delfino-nunez commented 6 years ago
(Lector-qOw1XMLY) ~/p/Lector> python __main__.py
  File "__main__.py", line 442
    f'eBooks ({self.available_parsers})')
                                       ^
SyntaxError: invalid syntax
delfino-nunez commented 6 years ago

the reason is the use of f-strings, this project requires python 3.6, I was running it with python 3.5.