mirror of
https://github.com/skoobasteeve/telegram-moviebot.git
synced 2026-03-20 03:28:57 +00:00
return services var for when error
This commit is contained in:
@@ -57,8 +57,10 @@ def sa_lookup(sa_url, sa_headers, movie_id):
|
|||||||
|
|
||||||
if sa_request.status_code == 401:
|
if sa_request.status_code == 401:
|
||||||
sa_response = "401"
|
sa_response = "401"
|
||||||
|
services = "404"
|
||||||
elif sa_request.status_code == 404:
|
elif sa_request.status_code == 404:
|
||||||
sa_response = "404"
|
sa_response = "404"
|
||||||
|
services = "404"
|
||||||
else:
|
else:
|
||||||
sa_response = sa_request.json()
|
sa_response = sa_request.json()
|
||||||
services = sa_response["streamingInfo"]
|
services = sa_response["streamingInfo"]
|
||||||
|
|||||||
Reference in New Issue
Block a user