mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Adding a letter (s)
This commit is contained in:
parent
043800287a
commit
7a1db94f9e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue