From a264fac2b412f5ef139123a7487cb9097f43b558 Mon Sep 17 00:00:00 2001 From: ThatAlexanderA <38069912+ThatAlexanderA@users.noreply.github.com> Date: Mon, 4 Jun 2018 13:29:23 +0200 Subject: [PATCH] Update utils.py --- fbchat/utils.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fbchat/utils.py b/fbchat/utils.py index c3fe933..b8a6454 100644 --- a/fbchat/utils.py +++ b/fbchat/utils.py @@ -122,7 +122,9 @@ class ReqUrl(object): ATTACHMENT_PHOTO = "https://www.facebook.com/mercury/attachments/photo/" EVENT_REMINDER = "https://www.facebook.com/ajax/eventreminder/create" MODERN_SETTINGS_MENU = "https://www.facebook.com/bluebar/modern_settings_menu/" - + REMOVE_FRIENDFIRST = "https://m.facebook.com/removefriend.php?friend_id=" + REMOVE_FRIENDSECOND = "https://m.facebook.com/a/removefriend.php" + pull_channel = 0 def change_pull_channel(self, channel=None):