From c5dffd5810615c34fb51dbc128121cac312c3fce Mon Sep 17 00:00:00 2001 From: Aaron Angert Date: Wed, 24 Apr 2019 00:09:22 -0500 Subject: [PATCH] remove testing update --- piparty.py | 1 - 1 file changed, 1 deletion(-) diff --git a/piparty.py b/piparty.py index 301ee702..7a11233e 100644 --- a/piparty.py +++ b/piparty.py @@ -231,7 +231,6 @@ def track_move(serial, move_num, move, move_opts, force_color, battery, dead_cou class Menu(): def __init__(self): self.big_update = update.check_for_update() - self.big_update = True self.command_queue = Queue() self.joust_manager = Manager() self.ns = self.joust_manager.Namespace()