|
发表于 2019-3-16 00:33:26
|
显示全部楼层
請問一下,姑且先不論帳號密碼正確性,錯誤訊息說我給了四個參數,但只需要三個,但實際我只給了三個,這有點怪
D:\Python\python364\locationsharinglib>python
Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from locationsharinglib import Service
>>> service = Service('your_new_gmail_email', 'your_new_gmail_password', '.google_maps_location_sharing.cookies')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: __init__() takes from 1 to 3 positional arguments but 4 were given
>>> |
|