fix: Remove proxy
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ async def parse_prayer_times(url: str) -> List[PrayerTimes]:
|
||||
|
||||
def make_location_url(location_id: int) -> str:
|
||||
url = f'https://namazvakitleri.diyanet.gov.tr/en-US/{location_id}'
|
||||
return f'https://proxy.abdusco.workers.dev?url={quote(url)}'
|
||||
return url
|
||||
|
||||
|
||||
async def get_prayer_times(location_id: int) -> List[PrayerTimes]:
|
||||
|
||||
Reference in New Issue
Block a user