add some logging

This commit is contained in:
Computerboer
2024-10-15 22:10:13 +02:00
parent e066106585
commit 5f6ae49922

View File

@@ -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: