From 22f93c0b89e84fc3cff3dbb5a230de7cf91a3c24 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sat, 1 Dec 2018 00:17:21 +0300 Subject: [PATCH] added creation of empty configuration --- app/ui/main_app_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/main_app_window.py b/app/ui/main_app_window.py index 97a980cb..3c9f18b5 100644 --- a/app/ui/main_app_window.py +++ b/app/ui/main_app_window.py @@ -861,7 +861,7 @@ class MainAppWindow: return self.clear_current_data() - + profile = Profile(self._profile) if profile is Profile.ENIGMA_2: self._bouquets_model.append(None, ["Favourites (TV)", None, None, BqType.TV.value])