diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2017-02-23 10:17:17 +0100 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2017-02-23 10:17:17 +0100 |
commit | 3078d9303c934db910dcdb8107d83a5e756d02d9 (patch) | |
tree | a71c2ef3c23ed89a9609f3bec5b62cfddf2d439d /flashcards | |
parent | a490027e0c4c8cf70774382b586e3e66d7e7b274 (diff) | |
parent | 05b77d5da1c12e6905bf4987e930208c3ff5455a (diff) |
Merge branch 'master' of github.com:epedroni/flashcards
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(): |