-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added datetime format config & the ability to stop the CLI mid-exec a…
…nd generate the changelog (#17) * Bugfix: CLI is not counting the stories that errored out The errored out URLs were being written to `err.log`, not the `output.log` and when the CLI was restarted and it checked `output.log`, instead of skipping error URLS, it was trying to download them again. Fixed by adding `err.log` to the `check_output()` function so err.log was also checked along with `output.log` * Added config for db and fic last_updated format The CLI will read the datetime format from the `config.json` which gives the users the option to change the format from default to whatever they want. * Added the ability to stop the CLI mid-exec and generate the changelog Added a `KeyboardInterrupt` exception which ignores the exception then builds the changelog instead of quiting the CLI due to the exception. * Bump version: 0.7.1 → 0.8.0
- Loading branch information
Showing
8 changed files
with
184 additions
and
119 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.7.1" | ||
__version__ = "0.8.0" |
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
Oops, something went wrong.