Skip to content

Commit

Permalink
Remove unnecessary limit db query param in plot.py tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarlas committed Sep 4, 2024
1 parent 19d46df commit 98ffeba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def query(start_date, end_date, last_key=None):
params = {
'TableName': table,
'IndexName': 'date-index',
'Limit': 50,
'KeyConditionExpression': 'pk = :pk and #date between :start_date and :end_date',
'ExpressionAttributeNames': {
'#date': 'date'
Expand Down

0 comments on commit 98ffeba

Please sign in to comment.