Adding a letter (s)

This commit is contained in:
Starow 2014-08-08 17:19:42 +02:00
parent 043800287a
commit 7a1db94f9e

View file

@ -94,7 +94,7 @@ class Paste(object):
""" """
r_serv = self.cache r_serv = self.cache
if r_serv.exist(self.p_path): if r_serv.exists(self.p_path):
paste = r_serv.get(self.p_path) paste = r_serv.get(self.p_path)
else: else:
with gzip.open(self.p_path, 'rb') as F: with gzip.open(self.p_path, 'rb') as F: