almost alpha version
This commit is contained in:
parent
d0245e09fc
commit
b0433d4ca4
14 changed files with 482 additions and 94 deletions
7
python_apps/media-monitor2/media/monitor/exceptions.py
Normal file
7
python_apps/media-monitor2/media/monitor/exceptions.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
class BadSongFile(Exception):
|
||||
def __init__(self, path):
|
||||
self.path = path
|
||||
def __str__(self):
|
||||
return "Can't read %s" % self.path
|
Loading…
Add table
Add a link
Reference in a new issue