forked from indymedia/epicyon
Extraneous slash
parent
4dbe934d3b
commit
7c2f0cb5d7
|
@ -4831,7 +4831,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
# Note that this comes before the busy flag to avoid conflicts
|
# Note that this comes before the busy flag to avoid conflicts
|
||||||
if self.path.startswith('/avatars/'):
|
if self.path.startswith('/avatars/'):
|
||||||
mediaFilename = \
|
mediaFilename = \
|
||||||
self.server.baseDir + '/cache/' + self.path
|
self.server.baseDir + '/cache' + self.path
|
||||||
if os.path.isfile(mediaFilename):
|
if os.path.isfile(mediaFilename):
|
||||||
if self._etag_exists(mediaFilename):
|
if self._etag_exists(mediaFilename):
|
||||||
# The file has not changed
|
# The file has not changed
|
||||||
|
|
Loading…
Reference in New Issue