Merge pull request #127 from cuu/master

bug fix
This commit is contained in:
GNU 2018-12-14 18:40:17 +08:00 committed by GitHub
commit 13623f5c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ class NotificationPage(Page):
if "arm" in platform.machine(): if "arm" in platform.machine():
os.system( "git config --global core.filemode false" ) os.system( "git config --global core.filemode false" )
def GenList(self): def GenList(self):
self._MyList = [] self._MyList = []
## map ini to self._AList ## map ini to self._AList

0
sys.py/gsnotify/Jobs/00_lowpower.sh Normal file → Executable file
View File