You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the log message for components that raise NotConfigured with a message assumes clsname is an import path string, it raises an AttributeError when it's a class instance.
As the log message for components that raise
NotConfigured
with a message assumesclsname
is an import path string, it raises an AttributeError when it's a class instance.scrapy/scrapy/middleware.py
Line 49 in bddbbc5
The text was updated successfully, but these errors were encountered: