Skip to content

Commit

Permalink
chore: remove e
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Nov 14, 2022
1 parent 5059e5d commit 4ebab81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ebab81

Please sign in to comment.