https://bugs.gpodder.org/show_bug.cgi?id=1458
--- Comment #1 from Thomas Perl <[email protected]> 2011-10-19 22:53:33 BST --- That's just a warning when the logging module has not been initialized. You can avoid this error by doing the following before importing api: import logging logging.basicConfig() I'll keep this bug report open, because maybe it's a good idea to do the basic config in the api module or somewhere (right now, we do it in bin/gpo for the CLI). -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
