From c28bb73bc13cb4dc49ece36b055ab7aabc1ba591 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Thu, 25 Mar 2021 15:04:37 -0400 Subject: [PATCH] Update Picocrypt.py --- src/unstable/Picocrypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unstable/Picocrypt.py b/src/unstable/Picocrypt.py index 18f945a..16a207d 100644 --- a/src/unstable/Picocrypt.py +++ b/src/unstable/Picocrypt.py @@ -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()