You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ?
The text was updated successfully, but these errors were encountered: