Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsurucu committed Jul 28, 2024
2 parents 9592378 + 73b815e commit eebaf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ import asyncio


async def example_yokatlas_onlisansatlasi():
onlisans_atlasi = YOKATLASOnlisansAtlasi({'program_id': '203550463', 'year': 2023})
onlisans_atlasi = YOKATLASOnlisansAtlasi({'program_id': '203550463', 'year': 2024})
result = await onlisans_atlasi.fetch_all_details()
print("YOKATLAS Onlisans Atlasi Result:", result)

asyncio.run(example_yokatlas_onlisansatlasi())


async def example_yokatlas_lisansatlasi():
lisans_atlasi = YOKATLASLisansAtlasi({'program_id': '104111719', 'year': 2023})
lisans_atlasi = YOKATLASLisansAtlasi({'program_id': '104111719', 'year': 2024})
result = await lisans_atlasi.fetch_all_details()
print("YOKATLAS lisans Atlasi Result:", result)

Expand Down

0 comments on commit eebaf07

Please sign in to comment.