mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-25 06:11:32 +00:00
Remove the custom on_close event to keep the session alive
This commit is contained in:
parent
70f4d666e3
commit
ea0fff5662
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user