diff --git a/scripts/python/hermes_bridge_panel.py b/scripts/python/hermes_bridge_panel.py index 984239b..de26425 100644 --- a/scripts/python/hermes_bridge_panel.py +++ b/scripts/python/hermes_bridge_panel.py @@ -9,9 +9,9 @@ import os import json try: - from PySide2 import QtWidgets, QtCore, QtGui -except ImportError: from PySide6 import QtWidgets, QtCore, QtGui +except ImportError: + from PySide2 import QtWidgets, QtCore, QtGui # ── Config persistence ──────────────────────────────────