update browser

This commit is contained in:
2014-10-30 15:07:02 +01:00
parent 26b429783e
commit 57b40a7dcb
2 changed files with 8 additions and 5 deletions

View File

@@ -176,8 +176,8 @@ class FileAPI(Resource):
import packer
print("AAA", filepath)
print("NNN", filepath_zip)
print(" Source path:", filepath)
print(" Zip path:", filepath_zip)
try:
packer.pack(filepath.encode('utf-8'), filepath_zip[-1].encode('utf-8'), mode='ZIP')