Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #58 from westonplatter/fix-auth-result
Browse files Browse the repository at this point in the history
fix. add return for authenticate()
  • Loading branch information
westonplatter committed Oct 18, 2018
2 parents 874bcec + 7acf976 commit 8175eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast_arrow/client.py
Expand Up @@ -38,7 +38,7 @@ def authenticate(self):
self.__set_account_info()
else:
self.authenticated = False
self.authenticated
return self.authenticated


def get(self, url=None, params=None, retry=True):
Expand Down

0 comments on commit 8175eba

Please sign in to comment.