store filename in upload info

This commit is contained in:
Andrea Spacca 2021-01-07 17:08:34 +01:00
parent b6b4362ade
commit 6cedf846bd
3 changed files with 6 additions and 5 deletions

View file

@ -191,7 +191,7 @@ class TestClass(object):
upload = UploadInfo(event.url, filename, mimetype)
panstore.save_upload(server_name, event.url, mimetype)
panstore.save_upload(server_name, event.url, filename, mimetype)
upload_cache = panstore.load_upload(server_name)