athena: primeActivated response (#21670)

pull/21686/head
Joost Wooning 2021-07-22 13:48:27 +02:00 committed by GitHub
parent 7c3b7b5348
commit d4e0e8c6cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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):