List in $USD
This commit is contained in:
@ -97,7 +97,7 @@ for steamURL in steamURLS:
|
||||
f.close()
|
||||
of "stdout":
|
||||
echo "Link: " & steamURL
|
||||
echo "Price: " & $price
|
||||
echo "Price: $" & ((price.formatFloat(ffDecimal, 2)).insertSep(',')).replace(",.", ".") & " (USD)"
|
||||
echo "Year of Release: " & yearOfRelease
|
||||
echo "Year Multiplier (from VG Insights): " & $multiplier
|
||||
echo "Reviews: " & $reviewCount
|
||||
|
Reference in New Issue
Block a user