diff --git a/.gitignore b/.gitignore index 058a64e..5038351 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ /test/ /.vscode/ /main.build/ -/main.dist/ \ No newline at end of file +/main.dist/ +/__pycache__/ \ No newline at end of file diff --git a/main.py b/main.py index b109ed6..41eb1cd 100644 --- a/main.py +++ b/main.py @@ -4,11 +4,11 @@ from lib.model import goods from utils import formats, files, wpdata if __name__ == '__main__': - from lib.module import example, ssfshop, tfashion + from lib.module import example Server:example.SpiderModule - Server = ssfshop.SpiderModule() + Server = example.SpiderModule() lib.Server = Server # category_urls = Server.get_category_urls() diff --git a/utils/__pycache__/clash.cpython-312.pyc b/utils/__pycache__/clash.cpython-312.pyc deleted file mode 100644 index bd80d6e..0000000 Binary files a/utils/__pycache__/clash.cpython-312.pyc and /dev/null differ diff --git a/utils/__pycache__/db.cpython-312.pyc b/utils/__pycache__/db.cpython-312.pyc deleted file mode 100644 index 4d451f9..0000000 Binary files a/utils/__pycache__/db.cpython-312.pyc and /dev/null differ diff --git a/utils/__pycache__/files.cpython-312.pyc b/utils/__pycache__/files.cpython-312.pyc deleted file mode 100644 index ea5ca0e..0000000 Binary files a/utils/__pycache__/files.cpython-312.pyc and /dev/null differ diff --git a/utils/__pycache__/formats.cpython-312.pyc b/utils/__pycache__/formats.cpython-312.pyc deleted file mode 100644 index 8cd6137..0000000 Binary files a/utils/__pycache__/formats.cpython-312.pyc and /dev/null differ diff --git a/utils/__pycache__/messages.cpython-312.pyc b/utils/__pycache__/messages.cpython-312.pyc deleted file mode 100644 index 7f58684..0000000 Binary files a/utils/__pycache__/messages.cpython-312.pyc and /dev/null differ diff --git a/utils/__pycache__/redis.cpython-312.pyc b/utils/__pycache__/redis.cpython-312.pyc deleted file mode 100644 index 1246633..0000000 Binary files a/utils/__pycache__/redis.cpython-312.pyc and /dev/null differ diff --git a/utils/__pycache__/uploads.cpython-312.pyc b/utils/__pycache__/uploads.cpython-312.pyc deleted file mode 100644 index 92425d1..0000000 Binary files a/utils/__pycache__/uploads.cpython-312.pyc and /dev/null differ diff --git a/utils/__pycache__/wpdata.cpython-312.pyc b/utils/__pycache__/wpdata.cpython-312.pyc deleted file mode 100644 index 027e280..0000000 Binary files a/utils/__pycache__/wpdata.cpython-312.pyc and /dev/null differ