|
@@ -125,7 +125,7 @@ class QueryManager(object):
|
|
|
self.display = display
|
|
|
self.cursor = cursor
|
|
|
|
|
|
- def get_historic_prices(self, rating_cb, sort, product, unit, organic=None, limit='365 days'):
|
|
|
+ def get_historic_prices(self, rating_cb, sort, product, unit, organic=None, limit=None):
|
|
|
statement = get_historic_prices_statement(sort, product, unit, organic=organic, limit=limit)
|
|
|
#print(self.cursor.mogrify(statement).decode('utf-8'))
|
|
|
#input()
|