Ausgabe der neuen DB Einträge
This commit is contained in:
parent
bad48e1627
commit
cfbbb9ee3d
2399 changed files with 843193 additions and 43 deletions
6
venv/lib/python3.9/site-packages/scrapy/http/common.py
Normal file
6
venv/lib/python3.9/site-packages/scrapy/http/common.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def obsolete_setter(setter, attrname):
|
||||
def newsetter(self, value):
|
||||
c = self.__class__.__name__
|
||||
msg = f"{c}.{attrname} is not modifiable, use {c}.replace() instead"
|
||||
raise AttributeError(msg)
|
||||
return newsetter
|
||||
Loading…
Add table
Add a link
Reference in a new issue