修改browsers位置,删除无用引入
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,4 +4,5 @@
|
|||||||
/test/
|
/test/
|
||||||
/.vscode/
|
/.vscode/
|
||||||
/main.build/
|
/main.build/
|
||||||
/main.dist/
|
/main.dist/
|
||||||
|
/__pycache__/
|
||||||
4
main.py
4
main.py
@@ -4,11 +4,11 @@ from lib.model import goods
|
|||||||
from utils import formats, files, wpdata
|
from utils import formats, files, wpdata
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
from lib.module import example, ssfshop, tfashion
|
from lib.module import example
|
||||||
|
|
||||||
Server:example.SpiderModule
|
Server:example.SpiderModule
|
||||||
|
|
||||||
Server = ssfshop.SpiderModule()
|
Server = example.SpiderModule()
|
||||||
lib.Server = Server
|
lib.Server = Server
|
||||||
|
|
||||||
# category_urls = Server.get_category_urls()
|
# category_urls = Server.get_category_urls()
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user