Skip to content

Commit

Permalink
Update getSoldPrices.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kooben209 committed Mar 26, 2019
1 parent e3bfe9d commit 3db60db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getSoldPrices.py
Expand Up @@ -106,8 +106,8 @@ def getAllSoldPrices(currentMonth):
foundSoldPrices += 1

line_count += 1
#print(f'Processed {line_count} lines.')
#print(f'Found {foundSoldPrices} Recent Sold Prices.')
print(f'Processed {line_count} lines.')
print(f'Found {foundSoldPrices} Recent Sold Prices.')

if __name__ == '__main__':
if len(sys.argv) > 1:
Expand Down

0 comments on commit 3db60db

Please sign in to comment.