let's close the stdin (probably useless anyway?)
This commit is contained in:
parent
ea09c335a8
commit
1b3384c49a
2 changed files with 1 additions and 1 deletions
|
@ -110,6 +110,7 @@ class App(Gtk.Application):
|
|||
self.window.present()
|
||||
|
||||
def on_quit(self, action, param):
|
||||
sys.stdin.close()
|
||||
self.quit()
|
||||
|
||||
@GObject.Property(type=str,
|
||||
|
|
|
@ -26,7 +26,6 @@ def get_parser():
|
|||
def on_message(wsapp, msg):
|
||||
print(msg)
|
||||
|
||||
|
||||
def main():
|
||||
args = get_parser().parse_args()
|
||||
|
||||
|
|
Loading…
Reference in a new issue