diff --git a/RDramaAPIInterface.py b/RDramaAPIInterface.py index e2373b3..ee6b825 100644 --- a/RDramaAPIInterface.py +++ b/RDramaAPIInterface.py @@ -139,8 +139,7 @@ class RDramaAPIInterface: def get_user_information(self, id): url=f"{self.protocol}://{self.site}/{id}/info" - self.user_information = self.get(url) - return result + return self.get(url) ''' I have no clue what this is supposed to do, lol. '''