From 5f6ae49922dd72d62891528035f45bcaf1a59200 Mon Sep 17 00:00:00 2001 From: Computerboer Date: Tue, 15 Oct 2024 22:10:13 +0200 Subject: [PATCH] add some logging --- utils/auctionutils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/auctionutils.py b/utils/auctionutils.py index 5d3cb68..8a3bdd2 100644 --- a/utils/auctionutils.py +++ b/utils/auctionutils.py @@ -11,6 +11,8 @@ import math def getAuctionlocations(countrycode: Countrycode, clearcache:bool = False): cachename = 'allauctions_' + countrycode + log("should clear chache with cachename: " + str(clearcache) + ", " + cachename) + if(clearcache): res = FileCache.get(cachename, 1) else: