added TWK logging

This commit is contained in:
Computerboer
2024-12-10 00:21:23 +01:00
parent a734b3935f
commit 86ab71ddce

View File

@@ -126,6 +126,7 @@ def getTwkAuctions(countrycode):
return []
def getTWKAuction(twkDataUrl, auctionurlslug):
log("getting TWK auctiondetails:" + twkDataUrl + "a/" + auctionurlslug + ".json")
response = requests.get(twkDataUrl + "a/" + auctionurlslug + '.json')
if(response.status_code == 200):
data = response.json()