Merge pull request #302 from coreemu/bugfix/allow-scripts-to-connect-to-gui

fix exception when trying to run Python script from GUI
This commit is contained in:
bharnden 2019-10-09 20:16:46 -07:00 committed by GitHub
commit ef6b355561
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2042,6 +2042,7 @@ class CoreUdpHandler(CoreHandler):
}
self.master = False
self.session = None
self.coreemu = server.mainserver.coreemu
socketserver.BaseRequestHandler.__init__(self, request, client_address, server)
def setup(self):