From 4d5f8d9ea3799231065dea7ca4769fc55210c914 Mon Sep 17 00:00:00 2001 From: cuu Date: Fri, 14 Dec 2018 18:39:23 +0800 Subject: [PATCH] bug fix --- Menu/GameShell/10_Settings/Notification/__init__.py | 4 ++-- sys.py/gsnotify/Jobs/00_lowpower.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 sys.py/gsnotify/Jobs/00_lowpower.sh diff --git a/Menu/GameShell/10_Settings/Notification/__init__.py b/Menu/GameShell/10_Settings/Notification/__init__.py index 1edd992..803c332 100644 --- a/Menu/GameShell/10_Settings/Notification/__init__.py +++ b/Menu/GameShell/10_Settings/Notification/__init__.py @@ -104,8 +104,8 @@ class NotificationPage(Page): if "arm" in platform.machine(): os.system( "git config --global core.filemode false" ) - - def GenList(self): + + def GenList(self): self._MyList = [] ## map ini to self._AList diff --git a/sys.py/gsnotify/Jobs/00_lowpower.sh b/sys.py/gsnotify/Jobs/00_lowpower.sh old mode 100644 new mode 100755