Skip to content

Commit d03f4a5

Browse files
committed
remove unused constant
1 parent 71a9e00 commit d03f4a5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

cs2tracker/constants.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,6 @@ class OSType(enum.Enum):
7777
f"Version: {VERSION} - {datetime.today().strftime('%Y/%m/%d')} - Jannik Novak @ashiven\n"
7878
)
7979

80-
81-
POWERSHELL_COLORIZE_OUTPUT = (
82-
"%{ "
83-
"if($_ -match '\\[!\\]') { Write-Host $_ -ForegroundColor red } "
84-
"elseif($_ -match 'Version|\\\\|_') { Write-Host $_ -ForegroundColor yellow } "
85-
"elseif($_ -match 'USD|EUR|^[-|\\s]+$') { Write-Host $_ -ForegroundColor green } "
86-
"elseif($_ -match 'Case|Capsule|-[A-Za-z0-9]') { Write-Host $_ -ForegroundColor magenta } "
87-
"elseif($_ -match 'Legends|Challengers|Contenders|Champions|Finalists') { Write-Host $_ -ForegroundColor blue } "
88-
"else { Write-Host $_ } "
89-
"}"
90-
)
91-
92-
9380
CASE_HREFS = [
9481
"https://steamcommunity.com/market/listings/730/Revolution%20Case",
9582
"https://steamcommunity.com/market/listings/730/Recoil%20Case",

0 commit comments

Comments
 (0)