wolfovik

Results 6 comments of wolfovik

У меня она возникает всегда. Удачных запросов ни одного не было) Не возьметесь решить мою проблему? Скайп zomb008. О цене договоримся)

Есть немного) Просто уже вымораживает этот момент, надо дальше двигаться

> why is this needed? def _random_hex_number(): buffer = secrets.token_bytes(16) hexStr = '' for e in buffer: hexStr += hex(e) return hexStr > > def _generateSessionID(): return _random_hex_number() > >...

I have a solution for entering captcha, but it's implemented through a breakpoint when captcha is required, and then entering it manually in the terminal via input. Not the most...

> > I have a solution for entering captcha, but it's implemented through a breakpoint when captcha is required, and then entering it manually in the terminal via input. Not...

#306 New update is ready. Now you can retrieve the on-hold Steam balance using get_wallet_balance(on_hold = True). For now, I'll finish working on the library, I need to get back...