Skip to content

Commit 1f30169

Browse files
committed
filter results
1 parent bb98583 commit 1f30169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ally/Api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def request(self=None):
190190
except StopIteration:
191191
pass
192192
else:
193-
if row is not None:
193+
if 'quote' in row or 'trade' in row:
194194
yield row
195195
finally:
196196
del it

0 commit comments

Comments
 (0)