File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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-
9380CASE_HREFS = [
9481 "https://steamcommunity.com/market/listings/730/Revolution%20Case" ,
9582 "https://steamcommunity.com/market/listings/730/Recoil%20Case" ,
You can’t perform that action at this time.
0 commit comments