Simplify comment for Tkinter GUI section
- Remove unnecessary description from GUI section comment - Keep the comment concise and focused on the section's purpose
This commit is contained in:
@@ -408,7 +408,7 @@ def execute_commands_from_file(
|
|||||||
logging.error(f"Ошибка при выполнении команд из файла: {e}", exc_info=True)
|
logging.error(f"Ошибка при выполнении команд из файла: {e}", exc_info=True)
|
||||||
|
|
||||||
# ==========================
|
# ==========================
|
||||||
# Графический интерфейс (Tkinter) с улучшенной визуализацией
|
# Графический интерфейс (Tkinter)
|
||||||
# ==========================
|
# ==========================
|
||||||
|
|
||||||
class SerialAppGUI(tk.Tk):
|
class SerialAppGUI(tk.Tk):
|
||||||
|
|||||||
Reference in New Issue
Block a user