Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
19d0455ca8 | |||
be18bae3c5 |
@ -1,6 +1,6 @@
|
|||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "1.0.1"
|
version = "1.0.6"
|
||||||
author = "Michael Yick"
|
author = "Michael Yick"
|
||||||
description = "Estimates how much money a piece of software makes on steam using information about its reviews."
|
description = "Estimates how much money a piece of software makes on steam using information about its reviews."
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
|
@ -97,7 +97,7 @@ for steamURL in steamURLS:
|
|||||||
f.close()
|
f.close()
|
||||||
of "stdout":
|
of "stdout":
|
||||||
echo "Link: " & steamURL
|
echo "Link: " & steamURL
|
||||||
echo "Price: " & $price
|
echo "Price: $" & ((price.formatFloat(ffDecimal, 2)).insertSep(',')).replace(",.", ".") & " (USD)"
|
||||||
echo "Year of Release: " & yearOfRelease
|
echo "Year of Release: " & yearOfRelease
|
||||||
echo "Year Multiplier (from VG Insights): " & $multiplier
|
echo "Year Multiplier (from VG Insights): " & $multiplier
|
||||||
echo "Reviews: " & $reviewCount
|
echo "Reviews: " & $reviewCount
|
||||||
|
Reference in New Issue
Block a user