Skip to content

Commit

Permalink
[fixed] Missing colorama.init caused ANSI escape sequences appearing …
Browse files Browse the repository at this point in the history
…in the redirected output (#8)
  • Loading branch information
TnS-hun committed May 10, 2019
1 parent 5bb26aa commit 9be507f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kobo-book-downloader/Commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ def PickBooks( outputPath: str, listAll: bool ) -> None:

@staticmethod
def ListWishListedBooks() -> None:
colorama.init()

rows = []

wishList = Globals.Kobo.GetMyWishList()
Expand Down

0 comments on commit 9be507f

Please sign in to comment.