From 5bc54df0364135cac807c79d2bf40e8937146b14 Mon Sep 17 00:00:00 2001 From: StopmotionSimonYT Date: Thu, 25 Aug 2022 10:53:05 +0200 Subject: [PATCH] Fixed typo --- GUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI.py b/GUI.py index 9f5f5e4..80262ed 100644 --- a/GUI.py +++ b/GUI.py @@ -609,7 +609,7 @@ class App(customtkinter.CTk): self.thread_max_comment_length.insert("0", config["reddit"]["thread"]["max_comment_length"]) # Post langauge - if none == config["reddit"]["thread"]["post_language"] == "": + if not config["reddit"]["thread"]["post_language"] == "": self.thread_post_lang.insert("0", config["reddit"]["thread"]["post_lang"]) # Min comments