Skip to content

Commit

Permalink
Cache management bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidonzo committed Jul 15, 2023
1 parent 88aa942 commit e2cc72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiosintDS/modules/stixreport.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def getCache(self):
diffdate = ((self.checkdate-reportDate).total_seconds())/3600

if diffdate < self.cachetimeout:
logger.info("Report "+self.report+" loaded from cache")
self.logger.info("Report "+self.report+" loaded from cache")
else:
dwreport = self.downloadReport()
else:
Expand Down

0 comments on commit e2cc72a

Please sign in to comment.