mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-23 01:22:08 +08:00
@@ -210,10 +210,11 @@ def cancelUpload(upload_id):
|
||||
|
||||
|
||||
@dispatcher.add_method
|
||||
def primeActivated(active):
|
||||
def primeActivated(activated):
|
||||
dongle_id = Params().get("DongleId", encoding='utf-8')
|
||||
api = Api(dongle_id)
|
||||
manage_tokens(api)
|
||||
return {"success": 1}
|
||||
|
||||
|
||||
def startLocalProxy(global_end_event, remote_ws_uri, local_port):
|
||||
|
||||
Reference in New Issue
Block a user