Skip to content
Snippets Groups Projects
Commit 977d2459 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

Remove references to no more used lister_db_url conf entry

parent 6269975d
No related branches found
Tags v0.0.23
1 merge request!368Fix outdated README for listers and improve formatting
......@@ -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',
......
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment