add some logging
This commit is contained in:
@@ -11,6 +11,8 @@ import math
|
|||||||
def getAuctionlocations(countrycode: Countrycode, clearcache:bool = False):
|
def getAuctionlocations(countrycode: Countrycode, clearcache:bool = False):
|
||||||
cachename = 'allauctions_' + countrycode
|
cachename = 'allauctions_' + countrycode
|
||||||
|
|
||||||
|
log("should clear chache with cachename: " + str(clearcache) + ", " + cachename)
|
||||||
|
|
||||||
if(clearcache):
|
if(clearcache):
|
||||||
res = FileCache.get(cachename, 1)
|
res = FileCache.get(cachename, 1)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user