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