Skip to content

Commit

Permalink
fix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
eFiniLan committed Dec 19, 2018
1 parent 6f58df3 commit bd3a2d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions selfdrive/loggerd/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,8 @@ def uploader_fn(exit_event):
continue

key, fn, _ = d

if _ == 0:
key, fn = self.compress(key, fn)
key, fn = uploader.compress(key, fn)

if not should_upload:
time.sleep(5)
Expand Down

0 comments on commit bd3a2d9

Please sign in to comment.