List in $USD

This commit is contained in:
2023-08-10 22:55:54 -05:00
parent 9bf9f0d2e8
commit be18bae3c5

View File

@ -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