Suppress illegitimate warnings from urllib3
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
# Created by Luxferre in 2024, released into public domain
|
# Created by Luxferre in 2024, released into public domain
|
||||||
|
|
||||||
import sys, json
|
import sys, json
|
||||||
|
import warnings # to suppress NotOpenSSLWarning on BSDs
|
||||||
|
warnings.filterwarnings("ignore", module="urllib3")
|
||||||
from tronpy import Tron
|
from tronpy import Tron
|
||||||
from tronpy.tron import Transaction
|
from tronpy.tron import Transaction
|
||||||
from tronpy.keys import PrivateKey
|
from tronpy.keys import PrivateKey
|
||||||
|
|||||||
Reference in New Issue
Block a user