Commit 29c3a41 1 parent ffc6e77 commit 29c3a41 Copy full SHA for 29c3a41
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ class Moved(HTTPException):
639
639
# routes that are removed
640
640
@app .route ("/pssh" )
641
641
def pssh ():
642
- raise Moved ("This route is no longer available, please use /pywidevine instead" )
642
+ raise Moved ("This route is no longer available, please use /api instead" )
643
643
644
644
645
645
# routes that have been moved
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def __init__(
67
67
self .buildinfo = buildinfo
68
68
69
69
self .baseurl = "https://getwvkeys.cc" if API_URL == "__getwvkeys_api_url__" else API_URL
70
- self .api_url = self .baseurl + "/pywidevine "
70
+ self .api_url = self .baseurl + "/api "
71
71
self .headers = _headers
72
72
73
73
def generate_request (self ):
You can’t perform that action at this time.
0 commit comments