From 3f5cf907d3c5cbc9133342ed5b001461a1147511 Mon Sep 17 00:00:00 2001 From: wudifeixue Date: Thu, 9 Dec 2021 16:34:07 -0700 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=94=99=E8=AF=AF=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- getDB.py | 65 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 31 deletions(-) diff --git a/getDB.py b/getDB.py index 6db3ea43..99f3ad88 100644 --- a/getDB.py +++ b/getDB.py @@ -325,14 +325,6 @@ async def OwnerCookies(uid): return cookies - - - - - - - - def random_hex(length): result = hex(random.randint(0,16**length)).replace('0x','').upper() if len(result)