pull/35960/head
Maxime Desroches 4 weeks ago
parent 73dc6009b8
commit 370321398c
  1. 2
      system/ui/setup.py

@ -384,7 +384,6 @@ class Setup(Widget):
with open(INSTALLER_URL_PATH, "w") as f:
f.write(self.download_url)
def main():
try:
gui_app.init_window("Setup", 20)
@ -397,5 +396,6 @@ def main():
finally:
gui_app.close()
if __name__ == "__main__":
main()

Loading…
Cancel
Save