XHS-Downloader icon indicating copy to clipboard operation
XHS-Downloader copied to clipboard

SyntaxError: unterminated string literal (detected at line 28)

Open BingyuanZhang opened this issue 9 months ago • 5 comments

Traceback (most recent call last): File "/Users/bingyuanzhang/Desktop/vf/xhs/XHS-Downloader/main.py", line 4, in from source import XHS File "/Users/bingyuanzhang/Desktop/vf/xhs/XHS-Downloader/source/init.py", line 1, in from .CLI import cli File "/Users/bingyuanzhang/Desktop/vf/xhs/XHS-Downloader/source/CLI/init.py", line 1, in from .main import cli File "/Users/bingyuanzhang/Desktop/vf/xhs/XHS-Downloader/source/CLI/main.py", line 19, in from source.application import XHS File "/Users/bingyuanzhang/Desktop/vf/xhs/XHS-Downloader/source/application/init.py", line 1, in from .app import XHS File "/Users/bingyuanzhang/Desktop/vf/xhs/XHS-Downloader/source/application/app.py", line 17, in from source.module import DataRecorder File "/Users/bingyuanzhang/Desktop/vf/xhs/XHS-Downloader/source/module/init.py", line 2, in from .manager import Manager File "/Users/bingyuanzhang/Desktop/vf/xhs/XHS-Downloader/source/module/manager.py", line 11, in from .static import HEADERS File "/Users/bingyuanzhang/Desktop/vf/xhs/XHS-Downloader/source/module/static.py", line 28 PROJECT = f"XHS-Downloader V{VERSION_MAJOR}.{

我用的是3.12的python

BingyuanZhang avatar May 19 '24 14:05 BingyuanZhang