From 2d23172151671ae5561dfaebec23a1627c7b78af Mon Sep 17 00:00:00 2001 From: Mukul Aggarwal Date: Fri, 20 Sep 2024 20:03:26 +0530 Subject: [PATCH] cat superiority check it --- pyjiit/wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyjiit/wrapper.py b/pyjiit/wrapper.py index 263164a..aedb652 100644 --- a/pyjiit/wrapper.py +++ b/pyjiit/wrapper.py @@ -5,7 +5,7 @@ from pyjiit.registration import Registrations from pyjiit.token import Captcha from pyjiit.default import CAPTCHA -from pyjiit.exceptions import APIError, LoginError, NotLoggedIn, SessionExpired +from pyjiit.exceptions import APIError, LoginError, NotLoggedIn, SessionExpired, AccountAPIError from pyjiit.attendance import AttendanceMeta, AttendanceHeader, Semester from functools import wraps