This commit is contained in:
Fletcher Boyd 2013-09-07 23:44:27 +08:00
parent 83faace7f7
commit efee5072ad

View file

@ -1,6 +1,5 @@
from util import hook, http from util import hook, http
import csv import csv
import time
import StringIO import StringIO
gauge_url = "http://www.mysteamgauge.com/search?username={}" gauge_url = "http://www.mysteamgauge.com/search?username={}"
@ -80,7 +79,6 @@ def steamcalc(inp, reply=None):
data["size"] = "{0:.1f}".format(total_size) data["size"] = "{0:.1f}".format(total_size)
return "{name} ({state}) has {games} games with a total value of ${value}" \ return "{name} ({state}) has {games} games with a total value of ${value}" \
" and a total size of {size}GB! The average metascore for these" \ " and a total size of {size}GB! The average metascore for these" \
" games is {average_metascore}.".format(**data) " games is {average_metascore}.".format(**data)