Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Coffee-fueled-deadlines authored Oct 8, 2019
1 parent 54b6f5b commit 9676b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OSRSBytes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class then sets self.stats dictionary with user information.
"""
def __init__(self, username: str, actype='N'):
self.username = username
self.accountType = actype
self.accountType = actype.upper()
self.getHTTPResponse()

def getHTTPResponse(self):
Expand Down

0 comments on commit 9676b23

Please sign in to comment.