Skip to content

Commit

Permalink
Messages format updated
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Aug 30, 2017
1 parent 61d0aa6 commit 5609800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybpodapi/bpod/com/messaging/base_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self, content, host_timestamp=None):
self.content = content

def __str__(self):
return "host-time:{0}; pc-time:{1}; {2}".format(
return "host-time:{0} pc-time:{1} {2}".format(
self.host_timestamp if self.host_timestamp is not None else '',
self.pc_timestamp.strftime('%Y%m%d%H%M%S') if self.pc_timestamp else '',
self.content)
Expand Down

0 comments on commit 5609800

Please sign in to comment.