added error message

This commit is contained in:
janis
2022-08-24 17:42:29 +02:00
parent e94b38e014
commit 82b0e29d8d
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
/mnt/DATA/Music/
/mnt/gamedrive/SORTED/Music/KB
1 /mnt/DATA/Music/ /mnt/gamedrive/SORTED/Music/KB

View File

@@ -167,7 +167,7 @@ class Main(MDScreen):
try:
Clock.schedule_interval(self.screen_updating, self.refreshspeed)
except:
pass
print("Failed to schedule screen updating")
try:
if self.mplayer.is_alive() is True: