diff --git a/examples/frameworks/twisted/twistd_app.py b/examples/frameworks/twisted/twistd_app.py index 1fc0d7a14..eb2bdf944 100644 --- a/examples/frameworks/twisted/twistd_app.py +++ b/examples/frameworks/twisted/twistd_app.py @@ -48,7 +48,6 @@ class TwistedTwistd(GridLayout): IServiceCollection(self.app).stopService() self.running = False else: - sys.exc_clear() sys.path.insert(0, os.path.abspath(os.getcwd())) sys.argv = TWISTD.split(' ') config = ServerOptions()