Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
bgol committed Oct 23, 2014
2 parents 956cfb6 + e3124d3 commit 6eebe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/prices.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def dumpPrices(dbFilename, withModified=False, stationID=None, file=None, defaul
if not withModified:
file.write("# <item name> <sell> <buy>\n")
else:
file.write("# <item name> <selll> <buy> <timestamp> demand <demand#>L<level> stock <stock#>L<level>\n")
file.write("# <item name> <sell> <buy> <timestamp> demand <demand#>L<level> stock <stock#>L<level>\n")
file.write("# demand#/stock#: the quantity available or -1 for 'unknown'")
file.write("# level: 0 = None, 1 = Low, 2 = Medium, 3 = High, -1 = Unknown\n")
file.write("\n")
Expand Down

0 comments on commit 6eebe49

Please sign in to comment.