diff options
Diffstat (limited to 'ogcp/views.py')
-rw-r--r-- | ogcp/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ogcp/views.py b/ogcp/views.py index c1da3f0..8ece7db 100644 --- a/ogcp/views.py +++ b/ogcp/views.py @@ -1211,6 +1211,7 @@ def action_client_cache(): 'clients': [ip], 'size': int(image_info['size']), 'name': image_name, + 'checksum': checksum } storage_data[ip] = {'used': used_cache, |