def __init__(self):
CradlepointClient.__init__(self)
# save the last 'request' and 'response' - init in the base class
# self.last_url = None, self.last_reply = None
# this is the base URL used by request calls,
# and will be like "http://192.168.1.1/api"
# self.router_ip = None
self.base_url = None
# self.digest will hold the HTTPDigestAuth(),
# ONCE the user/password are properly set
self.digest = None
return
评论列表
文章目录