Remove references to no more used lister_db_url conf entry

This commit is contained in:
Antoine Lambert 2019-05-13 15:18:56 +02:00
parent 6269975d55
commit 977d2459c3
2 changed files with 0 additions and 3 deletions

View file

@ -77,8 +77,6 @@ if __name__ == '__main__':
args = parse_args()
override_conf = {}
if args.db_url:
override_conf['lister_db_url'] = args.db_url
lister = GitHubLister(lister_name='github.com',
api_baseurl='https://api.github.com',

View file

@ -26,7 +26,6 @@ def cli(db_url, listers, drop_tables):
"""
override_conf = {
'lister_db_url': db_url,
'lister': {
'cls': 'local',
'args': {'db': db_url}