mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-29 19:02:43 +00:00
Update Picocrypt.py
This commit is contained in:
parent
dfb35353e4
commit
c28bb73bc1
1 changed files with 1 additions and 1 deletions
|
@ -1243,7 +1243,7 @@ def prepare():
|
|||
|
||||
def awaitFiles():
|
||||
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")
|
||||
b = a.read().decode("utf-8")
|
||||
a.close()
|
||||
|
|
Loading…
Reference in a new issue