update generate_bug_report

This commit is contained in:
Jack Robison 2020-10-29 17:17:31 -04:00
parent 4f798f145b
commit d8098d8315
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -474,7 +474,7 @@ async def main():
purpose=ssl.Purpose.CLIENT_AUTH, capath=certifi.where()
)
auth = aiohttp.BasicAuth(
base64.b64decode(codecs.encode('nJ1bp3yfoxLlG3MaA3WHrwA1pIWInx9CpyOYA3S2ZKp=', 'rot_13')).decode(), ''
base64.b64decode(codecs.encode('Ax5LZzR1o3q3Z3WjATASDwR5rKyHH0qOIRIbLmMXn2H=', 'rot_13')).decode(), ''
)
report_id = base64.b64encode(os.urandom(16)).decode()
async with aiohttp.ClientSession() as session: