wallabag-cli
wallabag-cli copied to clipboard
Use the modules in some code and keep conf valid
Hello.
I am integrating wallabag as a plug-in to ranger.
I have a bit of trouble as I do import the modules, but on each run, conf.is_valid()
will return null, and I will have to run a wallabag_config.start()
.
Source code on conf.is_valid()
calls load()
and immediately after that is using Config
. How do we use them as a module, please?
Kind regards,
Bruno Schroeder
Just found out about wallabag-client. It would really be very kind if on pip there was something written on wallabag-cli saying the package being maintained is not that one anymore.