Skip to content

Commit

Permalink
turn uploading back on
Browse files Browse the repository at this point in the history
  • Loading branch information
ps2 committed May 3, 2017
1 parent 58298af commit bc22a3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyaci/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def run(self):
while True:
updates = self.get_sensor_updates()
if len(updates) > 0:
continue
obs = [self.radio_obs_from_update(update) for update in updates]
flattened_obs = [ob for sublist in obs for ob in sublist]
if len(flattened_obs) > 0:
Expand Down

0 comments on commit bc22a3c

Please sign in to comment.