Skip to content

Commit acdb27c

Browse files
committed
Remove progress bar from get_conjunctions
1 parent eda8eff commit acdb27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

viresclient/_client_swarm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,8 +1586,8 @@ def get_conjunctions(self, start_time=None, end_time=None, threshold=1.0,
15861586
threshold=threshold,
15871587
).encode('UTF-8')
15881588

1589-
show_progress = True
1590-
leave_progress_bar=True
1589+
show_progress = False
1590+
leave_progress_bar = False
15911591
response = ReturnedDataFile(filetype="cdf")
15921592

15931593
response_handler = self._response_handler(

0 commit comments

Comments
 (0)