Quote:
Originally Posted by jeliozver
Can you please post the lybrariansync update too?
|
It's very easy to do, just grab NiLuJe's fork here
https://github.com/NiLuJe/librariansync (updated for python3)
Go through the .py files and check for this at the top:
Code:
#!/usr/bin/env python2.7
If it's there, change the 2.7 to a 3 like this:
Code:
#!/usr/bin/env python3
The only 2 files that need changing are:
librarian_download.py
generate_collections.py