fixed app_cleanup of cache, thanks Spiffytech

This commit is contained in:
Massimo Di Pierro
2012-08-24 09:24:50 -05:00
parent 257501ce37
commit 4ea9b1182f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-24 09:23:07) dev
Version 2.00.0 (2012-08-24 09:24:38) dev
+1 -1
View File
@@ -126,7 +126,7 @@ def app_cleanup(app, request):
r = False
# Remove cache files
path = apath('%s/sessions/' % app, request)
path = apath('%s/cache/' % app, request)
if os.path.exists(path):
for f in os.listdir(path):
try: