diff --git a/main.py b/main.py index 98cd70c..27d2802 100644 --- a/main.py +++ b/main.py @@ -141,7 +141,6 @@ class IotaFS_BlobStore(): x = f.read() sHash = self.uploadData(x,secret) print(sHash.hex()) - #sHash = getSHash(x, "catSecret".encode()) y = self.getData(sHash) with open("res.jpeg","wb") as f: f.write(y)