Commit b8abcc5d authored by Julien Muchembled's avatar Julien Muchembled

Stop pushing dummy values to shadir

See erp5@c45c2295
parent de16e32e
Pipeline #33556 passed with stage
in 0 seconds
......@@ -175,9 +175,6 @@ class Signature:
# as it can be badly configured.
'timestamp': time.time(),
'token': ''.join([choice(ascii_lowercase) for _ in range(128)]),
# backward compatibility
'file': 'notused',
'urlmd5': 'notused'
}
try:
sha512sum = self.shacache.upload(open(path, 'rb'), self.key, **metadata_dict)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment