forked from indymedia/epicyon
Extra condition
parent
b4843e1408
commit
d9c20676a0
|
@ -1911,6 +1911,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
self._benchmarkGETtimings(GETstartTime, GETtimings, 17)
|
self._benchmarkGETtimings(GETstartTime, GETtimings, 17)
|
||||||
|
|
||||||
|
if '-background.' in self.path:
|
||||||
for ext in ('webp', 'gif', 'jpg', 'png'):
|
for ext in ('webp', 'gif', 'jpg', 'png'):
|
||||||
for bg in ('follow', 'options', 'login'):
|
for bg in ('follow', 'options', 'login'):
|
||||||
# follow screen background image
|
# follow screen background image
|
||||||
|
|
Loading…
Reference in New Issue