Project

General

Profile

« Previous | Next » 

Revision 14621

bin/tnrs_db: tnrs.tnrs_request() call: explicitly set use_tnrs_export=True so that this continues to work if the default value is changed

View differences:

trunk/bin/tnrs_db
65 65
        def process():
66 66
            # Run TNRS
67 67
            log('Making TNRS request')
68
            stream = tnrs.tnrs_request(names,
68
            stream = tnrs.tnrs_request(names, use_tnrs_export=True,
69 69
                cumulative_profiler=cumulative_tnrs_profiler)
70 70
            
71 71
            log('Storing TNRS response data')

Also available in: Unified diff