This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from serial.tools import list_ports | |
import serial | |
import os, sys, inspect | |
from loguru import logger as logging | |
import datetime | |
import re | |
import json | |
import time | |
from gsmmodem.modem import GsmModem | |
from time import sleep |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class='productPhoto'> | |
<!-- β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β π· Photo --> | |
<!-- β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β / π· Photo --> | |
</div> | |
<div class='productDetail' data-stock='on'> | |
<!-- β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β π Price --> | |
<span itemprop='price' class='productPrice' data-discount-percent='0'>140000</span> |