Merge pull request #1255 from staticssleever668/fix_unbound_service

ui: make sure 'service' variable is set
This commit is contained in:
Gustavo Iñiguez Goia 2025-01-13 21:09:54 +01:00 committed by GitHub
commit dd6b3c57f7
Failed to generate hash of commit

View file

@ -150,6 +150,8 @@ Examples:
except Exception: except Exception:
pass pass
service = None
try: try:
Utils.create_socket_dirs() Utils.create_socket_dirs()
app = QtWidgets.QApplication(sys.argv) app = QtWidgets.QApplication(sys.argv)