From e626a59c99846cab2bfc37e12eafcb78557d0d06 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 22 Jul 2020 16:04:49 +0200 Subject: [PATCH] Just run the Main object --- dropship.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropship.py b/dropship.py index acf461f..030c999 100644 --- a/dropship.py +++ b/dropship.py @@ -58,5 +58,5 @@ class Main: if __name__ == "__main__": - main = Main() + Main() Gtk.main()