Remove columns 'description' and 'origin_id'.
They are useless.
This commit is contained in:
parent
83b3a75f11
commit
aef7d5952e
9 changed files with 1 additions and 10 deletions
|
@ -28,7 +28,6 @@ class BitBucketLister(SWHIndexingHttpLister):
|
|||
'html_url': repo['links']['html']['href'],
|
||||
'origin_url': repo['links']['clone'][0]['href'],
|
||||
'origin_type': repo['scm'],
|
||||
'description': repo['description']
|
||||
}
|
||||
|
||||
def get_next_target_from_response(self, response):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue