forked from Techsystech/web
[FIX] Compatibility with Werkzeug 0.9.3
parent
a2b40640c0
commit
1b3067aae9
|
@ -45,5 +45,5 @@ class ExcelExportView(ExcelExport):
|
||||||
% self.filename(model)),
|
% self.filename(model)),
|
||||||
('Content-Type', self.content_type)
|
('Content-Type', self.content_type)
|
||||||
],
|
],
|
||||||
cookies={'fileToken': int(token)}
|
cookies={'fileToken': token}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue