You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Program Files\Python311\Scripts\ddns.exe\__main__.py", line 7, in<module>
File "C:\Program Files\Python311\Lib\site-packages\run.py", line 121, in main
dns = getattr(__import__('dns', fromlist=[dns_provider]), dns_provider)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'dns' has no attribute 'dnspod'
根本没有输出……直接python报错……我是不是下到假的了……
补充说明 (Additional context)
没有补充说明
The text was updated successfully, but these errors were encountered:
描述问题 (Describe the bug)
配置文件修改完毕后无法运行
版本信息 (version info)
复现步骤 (To Reproduce)
python config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/
pip install ddns
%USERPROFILE%/DESKTOP/DDNS
运行ddns
,配置模板成功生成。ddns
配置文件 (config file)
调试输出 (debug output)
根本没有输出……直接python报错……我是不是下到假的了……
补充说明 (Additional context)
没有补充说明
The text was updated successfully, but these errors were encountered: