mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 10:02:06 +08:00
athena: primeActivated response (#21670)
old-commit-hash: d4e0e8c6cf97a4d0dd4bd6f6b105a59922c28c33
This commit is contained in:
@@ -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