Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings.cfg file missing #3

Closed
numb478 opened this issue Mar 7, 2019 · 2 comments
Closed

settings.cfg file missing #3

numb478 opened this issue Mar 7, 2019 · 2 comments

Comments

@numb478
Copy link

numb478 commented Mar 7, 2019

a configuration file referenced in the code is not found the repository.

file: 'ltr/train/indexMlTmdb.py '

code snippet

'config.read('settings.cfg')

44 | esUrl=config['DEFAULT']['ESHost']
45 | if len(argv) > 1:
46 | esUrl = argv[1]
'
is there any other config file which has all values required ?

@epugh
Copy link
Member

epugh commented Mar 7, 2019

@softwaredoug can you shed some light? Is this one of those projects that for the LTR class we need to update?

@worleydl
Copy link
Contributor

worleydl commented Mar 4, 2020

The file has since been added. However the code in question was meant for Elasticsearch so it seems odd it ended up in this repo. I've opened PR #11 to clean that up.

@worleydl worleydl closed this as completed Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants