Skip to content

Commit

Permalink
rf_dump_app.py: fix timestamp printout
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarpearson committed Dec 21, 2016
1 parent 17439f8 commit b121c67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mmeowlink/cli/rf_dump_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ def main(self, args):
except CommsException as e:
pass
except InvalidPacketReceived:
ts = datetime.now()
print "%s (N/A db) - Corrupt packet" % ts

0 comments on commit b121c67

Please sign in to comment.