Fix get_user_info

master
Chuck Sneed 2023-03-22 09:32:47 -05:00
parent 155df83abe
commit d317dd4d0e
1 changed files with 1 additions and 2 deletions

View File

@ -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.
'''