xakepnz

Results 1 comments of xakepnz

@bontchev Here's some lines from Python, where 'remotesha' = a SHA256 hash. It's a little workaround, but it works... ``` remotesha = sha256.hexdigest() report = v.get(remotesha) if report is None:...