From 20b5aedc37f8b37fb30674d22c5b4fde155f6a65 Mon Sep 17 00:00:00 2001 From: oloturia Date: Tue, 29 Dec 2020 02:19:51 +0100 Subject: [PATCH] typo --- randstrip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/randstrip.py b/randstrip.py index f02b7d4..d043d9b 100755 --- a/randstrip.py +++ b/randstrip.py @@ -178,7 +178,7 @@ def readConfig(profile=False,platform=False): try: text = config[profile][platform]["text"] except KeyError: - postText = False + text = False return {"saveLocation":saveLocation,"imagesLocation":imagesLocation,"csvLocation":csvLocation,"font":font,"token":token,"filename":filename,"xSize":xSize,"ySize":ySize,"panelLength":panelLength,"csvTree":csvTree,"csvSpeech":csvSpeech,"csvSubs":csvSubs,"csvObj":csvObj,"text":text} filename = config[profile]["filename"]