Updated to ptb 21.0.1 and added socks5 proxy support

This commit is contained in:
Joan
2024-03-24 19:08:37 +01:00
parent 583cca776f
commit 23e5cfd878
6 changed files with 33 additions and 14 deletions

View File

@@ -10,6 +10,9 @@ logging.basicConfig(
logger = logging.getLogger(__name__)
httpx_logger = logging.getLogger('httpx')
httpx_logger.setLevel(logging.WARNING)
def create_image(product_id, price):
width = 1280
height = 800