Closed meisekiyou closed 4 years ago
File "update.py", line 24 def Done(msg: str = 'Done'): ^ SyntaxError: invalid syntax
I had the same issue, update to python3 and you can run it
File "update.py", line 24 def Done(msg: str = 'Done'): ^ SyntaxError: invalid syntax