mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 08:32:55 +00:00 
			
		
		
		
	Remove the custom on_close event to keep the session alive
This commit is contained in:
		@@ -33,10 +33,6 @@ class TerminadoMiniServer:
 | 
			
		||||
        def check_origin(self, origin):
 | 
			
		||||
            return True
 | 
			
		||||
 | 
			
		||||
        def on_close(self):
 | 
			
		||||
            self.term_manager.terminal = None
 | 
			
		||||
            self.term_manager.get_terminal()
 | 
			
		||||
 | 
			
		||||
    def listen(self):
 | 
			
		||||
        self.application.listen(self.port)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user