From f4c632a46d427f5bde2cdfb708b973ba59b5a7e0 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Tue, 1 Jul 2025 19:08:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4DB.py=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=86=97=E4=BD=99=E5=AD=97=E6=AE=B5rn=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E6=9B=B4=E6=96=B0test2.py=E4=BB=A5=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E8=B4=A6=E6=88=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DB.py | 1 - test2.py | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/DB.py b/DB.py index 6e3eaa3..76cec69 100644 --- a/DB.py +++ b/DB.py @@ -719,7 +719,6 @@ class DBSA: vid_row = { "v_id": data["v_id"], "v_xid": data["v_xid"], - "rn": data["rn"], "v_name": data["v_name"], "title": data["title"], "link": data["link"], diff --git a/test2.py b/test2.py index 6d5ad10..73968da 100644 --- a/test2.py +++ b/test2.py @@ -2,7 +2,5 @@ from DB import DBVidcon db = DBVidcon() -data = db.item_keyword(1) - -for item in data: - print(item) \ No newline at end of file +account = db.get_account_info('4') +print(account) \ No newline at end of file