fix
This commit is contained in:
@ -11,6 +11,7 @@ import Entry
|
|||||||
|
|
||||||
class LocalException(Exception):
|
class LocalException(Exception):
|
||||||
def __init__(self, msg):
|
def __init__(self, msg):
|
||||||
|
Logger.log("Exception in HttpCmdReceiver: %s" % msg)
|
||||||
self.msg = msg
|
self.msg = msg
|
||||||
|
|
||||||
class HttpCmdHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
class HttpCmdHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
||||||
|
Reference in New Issue
Block a user