Browse Source

[fixed] Missing colorama.init caused ANSI escape sequences appearing in the redirected output (#8)

TnS-hun 6 years ago
parent
commit
9be507f14f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      kobo-book-downloader/Commands.py

+ 2 - 0
kobo-book-downloader/Commands.py

@@ -292,6 +292,8 @@ Examples:
 
 
 	@staticmethod
 	@staticmethod
 	def ListWishListedBooks() -> None:
 	def ListWishListedBooks() -> None:
+		colorama.init()
+
 		rows = []
 		rows = []
 
 
 		wishList = Globals.Kobo.GetMyWishList()
 		wishList = Globals.Kobo.GetMyWishList()