remove rdrama exception

pull/199/head
Aevann 2023-09-17 22:16:05 +03:00
parent bb729f6e27
commit 06aacf10ec
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ def get_logged_in_user():
g.is_api_or_xhr = bool((v and v.client) or request.headers.get("xhr"))
g.is_tor = (request.headers.get("cf-ipcountry") == "T1" and not (SITE_NAME == 'rDrama' and v and v.truescore >= 1000))
g.is_tor = (request.headers.get("cf-ipcountry") == "T1" and not (v and v.truescore >= 1000))
return v