diff options
Diffstat (limited to 'flashcards')
-rwxr-xr-x | flashcards | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ from pathlib import Path from random import shuffle cardRegex = "CARD: " -prefixLength = 6 +prefixLength = len(cardRegex) # Returns a list of Path objects, containing the path to each valid file provided def getFileList(): |