gpt4 book ai didi

python - Scrapy:IndentationError:unindent与任何外部缩进级别不匹配

转载 作者:行者123 更新时间:2023-12-01 06:42:58 25 4
gpt4 key购买 nike

我正在 Scrapysplash 上编写一个蜘蛛,我开始收到此错误:

File "C:\Users\Name\PycharmProjects\splash\project\project\spiders\scrapy.py", line 5
start_urls = [
^
IndentationError: unindent does not match any outer indentation level

这是我得到它的代码行:

import scrapy
from scrapy_splash import SplashRequest
class ScrapySpider(scrapy.Spider):
name = "spide1"
start_urls = [
'link1',
'link2',
etc

为什么我会遇到这个错误以及如何修复它?

最佳答案

问题是 def 之前有两个空格

添加2个空格后 - 问题已解决

关于python - Scrapy:IndentationError:unindent与任何外部缩进级别不匹配,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59364939/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com