Skip to content
Snippets Groups Projects
Commit 1d8b11d4 authored by ale's avatar ale
Browse files

fix typo

parent d8addf2f
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class DJFS(LoggingMixIn, Operations):
self._server_url = server_url.rstrip('/')
self._opener = urllib2.build_opener()
self._hash_cache = shelve.open(
os.path.joib(cache_dir, 'artist_album'))
os.path.join(cache_dir, 'artist_album'))
def _get(self, url):
req = urllib2.Request(self._server_url + url)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment