1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-09-20 17:56:35 +00:00

Update Picocrypt.py

This commit is contained in:
Evan Su 2021-03-25 15:04:37 -04:00 committed by GitHub
parent dfb35353e4
commit c28bb73bc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1243,7 +1243,7 @@ def prepare():
def awaitFiles(): def awaitFiles():
global filesLoaded global filesLoaded
selectedInput.set("Loading the file(s) and folder(s) you selected...") inputString.set("Loading the file(s) and folder(s) you selected...")
a = open(files,"rb") a = open(files,"rb")
b = a.read().decode("utf-8") b = a.read().decode("utf-8")
a.close() a.close()