Skip to content
Snippets Groups Projects
Commit cb66cf08 authored by Hugh Dickinson's avatar Hugh Dickinson
Browse files

Bug fix.

parent 5e31eeaa
Branches
No related tags found
No related merge requests found
...@@ -170,7 +170,6 @@ class zooniverse: ...@@ -170,7 +170,6 @@ class zooniverse:
response_iterator = response.iter_lines(1) response_iterator = response.iter_lines(1)
chunk_frames = [] chunk_frames = []
while True: while True:
try:
chunk = b"\n".join( chunk = b"\n".join(
[ [
line line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment