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: