Revision 5089
Added by Aaron Marcuse-Kubitza about 12 years ago
tnrs_client | ||
---|---|---|
22 | 22 |
if not taxons: raise SystemExit('Usage: '+opts.env_usage(env_names, True) |
23 | 23 |
+' '+sys.argv[0]+' taxon... >out 2>>log') |
24 | 24 |
|
25 |
streams.copy(tnrs.tnrs_request(taxons, debug), sys.stdout) |
|
25 |
streams.copy(tnrs.repeated_tnrs_request(taxons, debug), sys.stdout)
|
|
26 | 26 |
|
27 | 27 |
main() |
Also available in: Unified diff
tnrs_client, tnrs_db: Use new tnrs.repeated_tnrs_request()