szarroug3 / X-Ray_Calibre_Plugin

X-Ray Creator plugin for Calibre
http://www.mobileread.com/forums/showthread.php?t=273189
GNU General Public License v3.0
57 stars 12 forks source link

goodreads_parser somehow remembering previous books #72

Closed szarroug3 closed 7 years ago

szarroug3 commented 7 years ago

Looks like goodreads_parser is now remember the information from the previous book so if I run a book by Author A then another book by Author B, the start and end actions will have Author A's information along with Author B. It's pretty bizarre.

szarroug3 commented 7 years ago

found the issue.. python references. need to make a copy of BASE_START_ACTIONS and BASE_END_ACTIONS instead of just pointing to it.. mind blown