Adding a letter (s)

pull/8/head
Starow 2014-08-08 17:19:42 +02:00
parent 043800287a
commit 7a1db94f9e
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class Paste(object):
"""
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)
else:
with gzip.open(self.p_path, 'rb') as F: