Skip to content

Commit 5cdbd4d

Browse files
committed
Cleaner output
1 parent 5cb9e2c commit 5cdbd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ames/harvesters/caltechdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_caltechdata(
3737
pages = math.ceil(int(total) / 1000)
3838
hits = []
3939
records = []
40-
print("Total records: " + str(total))
40+
print("Total records " + str(total))
4141
for c in progressbar(range(1, pages + 1)):
4242
chunkurl = f"{url}{query_string}&size=1000&page={c}"
4343
response = requests.get(chunkurl).json()

0 commit comments

Comments
 (0)