From 9676b2368767d1a1926b4b93c8fe8500c2759ec8 Mon Sep 17 00:00:00 2001 From: Coffee-fueled-deadlines <47742787+Coffee-fueled-deadlines@users.noreply.github.com> Date: Tue, 8 Oct 2019 16:07:29 -0400 Subject: [PATCH] Update __init__.py --- OSRSBytes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OSRSBytes/__init__.py b/OSRSBytes/__init__.py index 8fbf40f..8be0439 100644 --- a/OSRSBytes/__init__.py +++ b/OSRSBytes/__init__.py @@ -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):