mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-07-07 06:52:11 +08:00
chore: 优化代码
This commit is contained in:
@ -6,7 +6,6 @@
|
||||
# - license: MIT -
|
||||
# ----------------------------------------
|
||||
# This file is part of the "lx-music-api-server" project.
|
||||
# Do not edit except you know what you are doing.
|
||||
|
||||
import platform
|
||||
import binascii
|
||||
@ -14,11 +13,9 @@ import builtins
|
||||
import base64
|
||||
import zlib
|
||||
import re
|
||||
import ujson as json
|
||||
import xmltodict
|
||||
from urllib.parse import quote
|
||||
from hashlib import md5 as handleCreateMD5
|
||||
# from flask import Response
|
||||
|
||||
def createBase64Encode(data_bytes):
|
||||
encoded_data = base64.b64encode(data_bytes)
|
||||
|
Reference in New Issue
Block a user