fix typo
This commit is contained in:
parent
07e1d2d8f9
commit
48776e5cc7
@ -6,7 +6,7 @@ from SimpleXMLRPCServer import SimpleXMLRPCServer
|
||||
|
||||
import Entry
|
||||
|
||||
class LocalExcepion(Exception):
|
||||
class LocalException(Exception):
|
||||
def __init__(self, msg):
|
||||
self.msg = msg
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user