|
|
|
@ -6,7 +6,7 @@ import httpx
|
|
|
|
from bs4 import BeautifulSoup
|
|
|
|
from bs4 import BeautifulSoup
|
|
|
|
from pydantic import BaseModel
|
|
|
|
from pydantic import BaseModel
|
|
|
|
|
|
|
|
|
|
|
|
_http = httpx.AsyncClient()
|
|
|
|
_http = httpx.AsyncClient(timeout=20, follow_redirects=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class PrayerTimes(BaseModel):
|
|
|
|
class PrayerTimes(BaseModel):
|
|
|
|
|