ilyalelechenko / price_bot

Inline comment should start with # FLK-E262
Style
Minor
a year agoa year old
inline comment should start with '# '
37        else:
38            return None
39        return [ref, price]
40    except all as er: #Да не правильно, но что поделать, ловлю все ошибки41        print("Error on parseWB2")
42        print(er)
43        return None