update 1-first-step.py

This commit is contained in:
afacanc38 2021-10-30 19:16:20 +03:00
parent de046f45b5
commit 5efd634118
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ from gi.repository import Gtk
win = Gtk.Window()
win.connect("destroy", Gtk.main_quit)
win.show_all()
Gtk.main()
Gtk.main()