版本更改
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
<<<<<<< HEAD
|
||||
class TablesTask(BaseTask):
|
||||
def get_task_code(self) -> str: # 返回 "TABLES"
|
||||
def execute(self) -> dict: # 拉取 /Table/GetSiteTables
|
||||
def _parse_table(self, raw: dict) -> dict | None:
|
||||
=======
|
||||
# -*- coding: utf-8 -*-
|
||||
"""台桌档案任务"""
|
||||
|
||||
@@ -89,4 +83,3 @@ class TablesTask(BaseTask):
|
||||
),
|
||||
"raw_data": json.dumps(raw, ensure_ascii=False),
|
||||
}
|
||||
>>>>>>> main
|
||||
|
||||
Reference in New Issue
Block a user