Skip to content

Commit

Permalink
comment out colors
Browse files Browse the repository at this point in the history
  • Loading branch information
juanvallejo committed Feb 28, 2016
1 parent 3fa5d2c commit a488604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def process(self):
def update_lights(self):
# read /tmp/fallback.pid. if it has a p_id, check if p active
# if p not active replace with own, if active, keep trying
self.lights.change_color(self.gamecontroller.get_color())
#self.lights.change_color(self.gamecontroller.get_color())
self.lights.update(self.gamecontroller.get_partial_grid())
return 0

Expand Down

0 comments on commit a488604

Please sign in to comment.