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 #7

Open
YvesChu opened this issue Mar 5, 2020 · 0 comments
Open

AttributeError #7

YvesChu opened this issue Mar 5, 2020 · 0 comments

Comments

@YvesChu
Copy link

YvesChu commented Mar 5, 2020

AttributeError Traceback (most recent call last)
in ()
22
23 # 找到女朋友的地理位置
---> 24 location.run()

in run(self)
9
10 def run(self):
---> 11 coordinate = self.__get_image_ability()
12
13 print(f'获取到经度、纬度是:{coordinate}')

AttributeError: 'Location' object has no attribute '_Location__get_image_ability'

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

1 participant