Replies: 1 comment
-
For normal processing you do not need this file. It is only there for advanced grott usage/customisation (and for my to test things). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Does anyone know the location of the 'recwl.txt' file.
it keeps telling me it can't find it.
the code just does:
with open('recwl.txt') as f:
self.recwl = f.read().splitlines()
if self.verbose : print("\nGrott external record whitelist: 'recwl.txt' read")
I have placed the file in config/grott, config and on '/'
But none seems to work
Beta Was this translation helpful? Give feedback.
All reactions