Skip to content

Commit

Permalink
wrong endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Sep 1, 2024
1 parent ab432d8 commit f805bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/kafka/players/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ async def get_data(receive_queue: Queue, consumer: AIOKafkaConsumer):
"greater_than": 1,
}
headers = {"token": APPCONFIG.API_TOKEN}
url = f"{APPCONFIG.ENDPOINT}/v3/player"
url = f"{APPCONFIG.ENDPOINT}/v2/player"

delta_days = 7
while True:
Expand Down

0 comments on commit f805bab

Please sign in to comment.