3
0
Fork 0

[FIX] Compatibility with Werkzeug 0.9.3

7.0
Stefan Rijnhart 2013-07-23 15:25:54 +02:00
parent a2b40640c0
commit 1b3067aae9
1 changed files with 1 additions and 1 deletions

View File

@ -45,5 +45,5 @@ class ExcelExportView(ExcelExport):
% self.filename(model)),
('Content-Type', self.content_type)
],
cookies={'fileToken': int(token)}
cookies={'fileToken': token}
)