diff --git a/core/diyanet.py b/core/diyanet.py index 6ce1af8..01803f4 100644 --- a/core/diyanet.py +++ b/core/diyanet.py @@ -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]: