let's close the stdin (probably useless anyway?)

This commit is contained in:
boyska 2022-08-19 19:03:45 +02:00
parent ea09c335a8
commit 1b3384c49a
2 changed files with 1 additions and 1 deletions

View file

@ -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,

View file

@ -26,7 +26,6 @@ def get_parser():
def on_message(wsapp, msg):
print(msg)
def main():
args = get_parser().parse_args()