ljhuang 5215643b47 Replace base64.decodestring with decodebytes
Base64.decodestring has been deprecated since 3.1 and removed
in python 3.9, Replace it with base64.decodebytes from python3.1[1].

[1]https://docs.python.org/3.9/library/base64.html?highlight=deprecated#base64.decodebytes

Change-Id: Ic5ae225d5cd8fefd70d3620518f19f16147135df
2022-08-22 18:14:13 +08:00
..
2022-05-12 17:50:53 +02:00