mirror of https://github.com/scrapy/scrapy.git
Turning into instance attributes
This commit is contained in:
parent
a4059851e7
commit
1bb6c4154c
|
|
@ -149,10 +149,6 @@ class S3FeedStorage(BlockingFeedStorage):
|
|||
|
||||
class GCSFeedStorage(BlockingFeedStorage):
|
||||
|
||||
project_id = None
|
||||
bucket_name = None
|
||||
blob_name = None
|
||||
|
||||
def __init__(self, uri, project_id):
|
||||
self.project_id = project_id
|
||||
u = urlparse(uri)
|
||||
|
|
|
|||
Loading…
Reference in New Issue