diff --git a/tuhi.py b/tuhi.py index ebfea99..33c4c48 100755 --- a/tuhi.py +++ b/tuhi.py @@ -65,7 +65,7 @@ class Tuhi(GObject.Object): def main(args): - t = Tuhi() + Tuhi() try: GObject.MainLoop().run() except KeyboardInterrupt: