Skip to content

Use colorama.Fore.RESET to reset color in banner

The banner printed when creating a Client uses colors, but doesn't reset the color at the end, coloring all subsequent output. Use colorama.Fore.RESET to reset the color after the banner. Fixes #21 (closed)

Merge request reports