Skip to content

Instantly share code, notes, and snippets.

@DarkPark
Created January 6, 2014 18:43
Show Gist options
  • Save DarkPark/8287411 to your computer and use it in GitHub Desktop.
Save DarkPark/8287411 to your computer and use it in GitHub Desktop.
Fix for Anki to increase cards size limit on import
# /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