Created
January 6, 2014 18:43
-
-
Save DarkPark/8287411 to your computer and use it in GitHub Desktop.
Fix for Anki to increase cards size limit on import
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /usr/share/anki/anki/importing/csvfile.py | |
import sys | |
csv.field_size_limit(sys.maxsize) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment