Update sunnylink.py to use bluepilot
This commit is contained in:
parent
a97cdb588a
commit
af9edff2f6
|
@ -18,7 +18,7 @@ MAX_RETRIES = 6
|
|||
class SunnylinkApi(BaseApi):
|
||||
def __init__(self, dongle_id):
|
||||
super().__init__(dongle_id, API_HOST)
|
||||
self.user_agent = "sunnypilot-"
|
||||
self.user_agent = "bluepilot-"
|
||||
self.spinner = None
|
||||
self.params = Params()
|
||||
|
||||
|
|
Loading…
Reference in New Issue