Removed dead code (comments)
This commit is contained in:
parent
03a2629687
commit
e89ad4f62d
1
main.py
1
main.py
@ -141,7 +141,6 @@ class IotaFS_BlobStore():
|
|||||||
x = f.read()
|
x = f.read()
|
||||||
sHash = self.uploadData(x,secret)
|
sHash = self.uploadData(x,secret)
|
||||||
print(sHash.hex())
|
print(sHash.hex())
|
||||||
#sHash = getSHash(x, "catSecret".encode())
|
|
||||||
y = self.getData(sHash)
|
y = self.getData(sHash)
|
||||||
with open("res.jpeg","wb") as f:
|
with open("res.jpeg","wb") as f:
|
||||||
f.write(y)
|
f.write(y)
|
||||||
|
Loading…
Reference in New Issue
Block a user