Skip to content
New issue

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

AttributeError: 'function' object has no attribute 'urlparse' #1

Open
WeiWang88 opened this issue Jul 22, 2019 · 1 comment
Open

AttributeError: 'function' object has no attribute 'urlparse' #1

WeiWang88 opened this issue Jul 22, 2019 · 1 comment

Comments

@WeiWang88
Copy link

Traceback (most recent call last):
File "C:\Test\weibo-chaohua-daily-master\main.py", line 300, in
main()
File "C:\Test\weibo-chaohua-daily-master\main.py", line 225, in main
chaohua_list = chaohua_list + resolve(card_group)
File "C:\Test\weibo-chaohua-daily-master\main.py", line 87, in resolve
query = urlparse.urlparse(scheme).query
AttributeError: 'function' object has no attribute 'urlparse'

C:\Test\weibo-chaohua-daily-master>pause
Press any key to continue . . .

@LiuChangFreeman
Copy link
Owner

LiuChangFreeman commented Jul 30, 2019

I have fixed the bug under python3 in this commit

235b66f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants