We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`PS G:\XHS-Downloader-master\XHS-Downloader-master> python main.py
Traceback (most recent call last):
File "G:\XHS-Downloader-master\XHS-Downloader-master\main.py", line 6, in from source import Settings
File "G:\XHS-Downloader-master\XHS-Downloader-master\source_init_.py", line 1, in from .CLI import cli
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\CLI_init_.py", line 1, in from .main import cli
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\CLI\main.py", line 19, in from source.application import XHS
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\application_init_.py", line 1, in from .app import XHS
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\application\app.py", line 24, in from source.module import DataRecorder
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\module_init_.py", line 2, in from .manager import Manager
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\module\manager.py", line 15, in from .static import HEADERS
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\module\static.py", line 7 PROJECT = f"XHS-Downloader V{VERSION_MAJOR}.{ ^ SyntaxError: unterminated string literal (detected at line 7)`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
`PS G:\XHS-Downloader-master\XHS-Downloader-master> python main.py
Traceback (most recent call last):
File "G:\XHS-Downloader-master\XHS-Downloader-master\main.py", line 6, in
from source import Settings
File "G:\XHS-Downloader-master\XHS-Downloader-master\source_init_.py", line 1, in
from .CLI import cli
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\CLI_init_.py", line 1, in
from .main import cli
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\CLI\main.py", line 19, in
from source.application import XHS
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\application_init_.py", line 1, in
from .app import XHS
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\application\app.py", line 24, in
from source.module import DataRecorder
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\module_init_.py", line 2, in
from .manager import Manager
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\module\manager.py", line 15, in
from .static import HEADERS
File "G:\XHS-Downloader-master\XHS-Downloader-master\source\module\static.py", line 7
PROJECT = f"XHS-Downloader V{VERSION_MAJOR}.{
^
SyntaxError: unterminated string literal (detected at line 7)`
The text was updated successfully, but these errors were encountered: