Revert "[V3]Encoding issue fix" (#1392)

* Revert "[V3 Core] Encoding issue fix (#1365)"

This reverts commit f6903cf582.

* Don't let the system encoding screw with things,
specify opens as happening with utf-8 encoding

(cherry picked from commit c10e4dddca)
This commit is contained in:
Michael H
2018-03-05 16:18:41 -05:00
committed by Tobotimus
parent f6903cf582
commit b4f5c2c0a1
2 changed files with 8 additions and 11 deletions

View File

@@ -140,10 +140,7 @@ def init_events(bot, cli_flags):
print(Fore.RED + INTRO)
print(Style.RESET_ALL)
print(
str(bordered(INFO, INFO2, ascii_border=ascii_border),
encoding='utf-8', errors='replace')
)
print(bordered(INFO, INFO2, ascii_border=ascii_border))
if invite_url:
print("\nInvite URL: {}\n".format(invite_url))