update user agent
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 47s

This commit is contained in:
Shihaam Abdul Rahman 2025-01-10 09:31:04 +05:00
parent 80eb74c65c
commit a97d52bc59
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -11,7 +11,7 @@ class MIBLogin:
def __init__(self):
self.base_url = "https://faisanet.mib.com.mv"
self.headers = {
"User-Agent": "Mozilla/5.0 (give-api) ismath-owes-me-real-api/give-real-api AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36",
"User-Agent": "Mozilla/5.0 (ismath-said-will) give-real-api/so-i-wont-have-to-do-this AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36",
"Accept": "*/*"
}
self.last_cookie = None