Compare commits
	
		
			1 Commits
		
	
	
		
			f62fa43653
			...
			37cacd6fd1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 37cacd6fd1 | 
| @@ -12,7 +12,7 @@ class DummyClient: | |||||||
|         return self._data[key] |         return self._data[key] | ||||||
|  |  | ||||||
|  |  | ||||||
| if constants.MEMCACHED_HOST is None: | if constants.MEMCACHE_HOST is None: | ||||||
|     client = DummyClient() |     client = DummyClient() | ||||||
| else: | else: | ||||||
|     client = Client(constants.MEMCACHED_HOST_PATH, timeout=1) |     client = Client(constants.MEMCACHED_HOST_PATH, timeout=1) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user