Update socialbot.py

This commit is contained in:
Ryuk 2023-02-03 16:01:49 +05:30 committed by GitHub
parent f56c6888bf
commit 3018f75aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,7 +265,7 @@ async def json_dl(iurl: str, doc: bool, caption: str):
print(e)
return "failed"
if "require_login" in rjson:
print('failed')
return "failed"
return_val = "failed"
if "graphql" in rjson: