mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Fixed cache invalidation bug
This commit is contained in:
parent
9fc2ffe6a7
commit
d07ca92252
@ -847,7 +847,7 @@ def invalidate_caches():
|
||||
cache_query = {}
|
||||
cache_aggregate = {}
|
||||
|
||||
now = datetime.datetime.now()
|
||||
now = datetime.datetime.utcnow()
|
||||
global cacheday
|
||||
cacheday = (now.year,now.month,now.day)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user