From 4ebab81c6a0d1a5c9ce5c788724e519a2efdeefc Mon Sep 17 00:00:00 2001 From: Alex4386 Date: Mon, 14 Nov 2022 08:48:20 +0000 Subject: [PATCH] chore: remove e --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b3f7c69..52dcd1f 100644 --- a/main.py +++ b/main.py @@ -20,7 +20,7 @@ # for legacy support. xmlrpc prior to 3.5 has it in __init__.py xmlrpc.client.MAXINT = 2**63 - 1 xmlrpc.client.MININT = -(2**63) -except Exception as e: +except Exception: from xmlrpc import client client.MAXINT = 2**63 - 1