Mithorium
Results
1
comments of
Mithorium
Had to make some changes to the code above to make it work: ``` def _extract_rhx_gis(html): tmp_str = ':{"id":"'+f'{random.randint(10000000,99999999)}'+'"}' return hashlib.md5(tmp_str.encode()).hexdigest() ``` b'tmp_str' is just the string 'tmp_str', which negates...