1
0

make escape characters semi-work on windows

This commit is contained in:
thurask
2017-09-23 16:17:57 -04:00
parent 445502b544
commit 0e3ebafb2d
4 changed files with 16 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@
import tcllib
from requests.exceptions import RequestException, Timeout
tcllib.make_escapes_work()
ANSI_UP_DEL = u"\u001b[F\u001b[K"
fc = tcllib.FotaCheck()