Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeigi committed Dec 25, 2023
1 parent 9920568 commit c855f97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fb2cal/facebook_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def __init__(self):
self.browser = mechanicalsoup.StatefulBrowser()
self.browser.set_user_agent('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36')
self.__cached_token = None
self.__cached_locale = None

def authenticate(self, email, password):
""" Authenticate with Facebook setting up session for further requests """
Expand Down

0 comments on commit c855f97

Please sign in to comment.