소스 검색

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

TnS-hun 6 년 전
부모
커밋
9be507f14f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      kobo-book-downloader/Commands.py

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

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