From 6010daf3088565c2a1f5f9c60a26f63045adcf4e Mon Sep 17 00:00:00 2001 From: Walter Date: Mon, 10 Mar 2025 06:22:36 +0100 Subject: [PATCH] added todo --- methods/economy_purchases_v1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/methods/economy_purchases_v1.py b/methods/economy_purchases_v1.py index 12aa95b..ffb0098 100644 --- a/methods/economy_purchases_v1.py +++ b/methods/economy_purchases_v1.py @@ -44,3 +44,4 @@ class EconomyV1(Purchaser): }) data = r.json() print(data, r.headers) + # TODO this still returns a 500 statuscode, has the API changed? verify