fix pylibmc get() call
This commit is contained in:
parent
e447250247
commit
0372d6135c
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class TileServer:
|
|||
return [data]
|
||||
|
||||
def get_cache_package(self):
|
||||
cache_package_filename = self.cache.get('cache_package_filename', None)
|
||||
cache_package_filename = self.cache.get('cache_package_filename')
|
||||
if cache_package_filename is None:
|
||||
logger.warning('cache_package_filename went missing.')
|
||||
return self.cache_package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue