Skip to content

Commit

Permalink
docs: fix contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Apr 26, 2020
1 parent 11b4fa7 commit 87d0ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jina/peapods/zmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ def print_stats(self):
"""Print out the network stats of of itself """
self.logger.info(f'#sent: {self.msg_sent} '
f'#recv: {self.msg_recv} '
f'sent size: {get_readable_size(self.bytes_sent)} '
f'recv size: {get_readable_size(self.bytes_recv)}')
f'sent_size: {get_readable_size(self.bytes_sent)} '
f'recv_size: {get_readable_size(self.bytes_recv)}')
profile_logger.debug({'msg_sent': self.msg_sent,
'msg_recv': self.msg_recv,
'bytes_sent': self.bytes_sent,
Expand Down

0 comments on commit 87d0ed4

Please sign in to comment.