Suppress illegitimate warnings from urllib3

This commit is contained in:
Luxferre
2024-02-17 08:42:04 +02:00
parent e29c9f0ad8
commit 44ff983786
+2
View File
@@ -21,6 +21,8 @@
# Created by Luxferre in 2024, released into public domain
import sys, json
import warnings # to suppress NotOpenSSLWarning on BSDs
warnings.filterwarnings("ignore", module="urllib3")
from tronpy import Tron
from tronpy.tron import Transaction
from tronpy.keys import PrivateKey