fix: license + login5

This commit is contained in:
xoconoch
2025-08-30 11:25:07 -06:00
parent 28bfcbf826
commit 8bca880d33
10 changed files with 494 additions and 51 deletions

View File

@@ -299,13 +299,6 @@ class MercuryRequests:
@TODO implement function
"""
@staticmethod
def request_token(device_id, scope):
return JsonMercuryRequest(
RawMercuryRequest.get(
"hm://keymaster/token/authenticated?scope={}&client_id={}&device_id={}"
.format(scope, MercuryRequests.keymaster_client_id,
device_id)))
class RawMercuryRequest: