From dea64fb9b8f1024a00ae6873d2d4c37da01e0a47 Mon Sep 17 00:00:00 2001 From: Taehoon Kim Date: Mon, 30 Jan 2017 21:53:16 +0900 Subject: [PATCH] fix typo and version up for merging multiple PRs --- fbchat/__init__.py | 2 +- fbchat/client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fbchat/__init__.py b/fbchat/__init__.py index 40e078a..3bc9db0 100644 --- a/fbchat/__init__.py +++ b/fbchat/__init__.py @@ -15,7 +15,7 @@ from .client import * __copyright__ = 'Copyright 2015 by Taehoon Kim' -__version__ = '0.5.0' +__version__ = '0.6.0' __license__ = 'BSD' __author__ = 'Taehoon Kim; Moreels Pieter-Jan' __email__ = 'carpedm20@gmail.com' diff --git a/fbchat/client.py b/fbchat/client.py index c935359..18fbe3e 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -728,7 +728,7 @@ class Client(object): log.info("%s said: %s"%(author_name, message)) - def on_friend_request(self, from_id): + def on_friend_request(self, from_id): ''' subclass Client and override this method to add custom behavior on event '''