fix: Remove proxy

master
Abdussamet Kocak 4 years ago
parent 71f6298708
commit b631b10ca6

@ -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]:

Loading…
Cancel
Save