mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-10-31 07:12: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): |         def check_origin(self, origin): | ||||||
|             return True |             return True | ||||||
|  |  | ||||||
|         def on_close(self): |  | ||||||
|             self.term_manager.terminal = None |  | ||||||
|             self.term_manager.get_terminal() |  | ||||||
|  |  | ||||||
|     def listen(self): |     def listen(self): | ||||||
|         self.application.listen(self.port) |         self.application.listen(self.port) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user