mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
165c8471ea
commit
cd1b5eb3f0
@ -27,7 +27,7 @@ class DeviceError(ProtocolError):
|
|||||||
|
|
||||||
class UserFeedback(DeviceError):
|
class UserFeedback(DeviceError):
|
||||||
INFO = 0
|
INFO = 0
|
||||||
WARN = 1
|
WARN = WARNING = 1
|
||||||
ERROR = 2
|
ERROR = 2
|
||||||
|
|
||||||
def __init__(self, msg, details, level):
|
def __init__(self, msg, details, level):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user