Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelchang committed Feb 11, 2018
1 parent d210666 commit 7fd4a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ def send_message_cb(self, data):
# Creates callback to send message in IOLoop.
def send_message(self, data):
self.data = data
self.worker = threading.Thread(target = self.run)
self.worker = threading.Thread(target=self.run)
self.worker.start()

0 comments on commit 7fd4a91

Please sign in to comment.