carderne / signal-export

Export your Signal chats to markdown files with attachments
Other
446 stars 47 forks source link

SyntaxError when running sigexport.py --manual #7

Closed jwgn closed 3 years ago

jwgn commented 3 years ago
File "./sigexport.py", line 56
  file_name = f"{date}_{att['fileName']}"
                                                        ^
SyntaxError: invalid syntax
carderne commented 3 years ago

Use a version of Python >= 3.6 (when f-strings were introduced).