Skip to content

Commit 7c77137

Browse files
committed
Update updater.py
- update fix Former-commit-id: 488b22f
1 parent 89320b8 commit 7c77137

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

__src__/updater.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
import sys
33
import requests
44
import pyminizip
5-
from dankware import cls, clr, rm_line, green_bright, red
5+
from colorama import Style, Fore
6+
from dankware import cls, clr, rm_line, red
7+
green_bright = Style.BRIGHT + Fore.GREEN
68

79
session = requests.Session()
810
try: DANK_TOOL_VERSION = os.environ['DANK_TOOL_VERSION']

0 commit comments

Comments
 (0)