Skip to content

Commit

Permalink
Update updater.py
Browse files Browse the repository at this point in the history
- update fix
  • Loading branch information
SirDank committed Feb 18, 2024
1 parent 5266f05 commit 488b22f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion __src__/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
import sys
import requests
import pyminizip
from dankware import cls, clr, rm_line, green_bright, red
from colorama import Style, Fore
from dankware import cls, clr, rm_line, red
green_bright = Style.BRIGHT + Fore.GREEN

session = requests.Session()
try: DANK_TOOL_VERSION = os.environ['DANK_TOOL_VERSION']
Expand Down

0 comments on commit 488b22f

Please sign in to comment.