Aruelius / wenshushu

基于 https://www.wenshushu.cn (文叔叔) 上传与下载文件的 Python 脚本
96 stars 30 forks source link

SyntaxError: invalid syntax #3

Closed 123cdxcc closed 4 years ago

123cdxcc commented 4 years ago

:~/wenshushu# python3 wss.py upload README.md File "wss.py", line 43 print(f'文件过期时间:{days}天{hours}时{minutes}分{seconds}秒') ^ SyntaxError: invalid syntax

Aruelius commented 4 years ago

需要 Python3.6 以上的版本哦

123cdxcc commented 4 years ago