-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve crossword/crossword category viewing logic
Reduced the possibility of errors when viewing/loading crossword categories and crosswords. Additionally, some methods were added to utils.py to help the program infer the contents of an info.json file for a crossword directory with an empty info.json file, as well as randomly generate an info.json file for bare crossword category directories. This will allow the user more easily to create their own crosswords (if they really want to).
- Loading branch information
1 parent
c791a5a
commit 2ed8c50
Showing
3 changed files
with
85 additions
and
18 deletions.
There are no files selected for viewing
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
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
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