diff alveo_api_key.py @ 2:7b6021997b8e draft

planemo upload commit f36456464c692ed9d39a9cf654d09fe793113cce-dirty
author stevecassidy
date Tue, 30 Aug 2016 21:06:27 -0400
parents bfe39bd252df
children
line wrap: on
line diff
--- a/alveo_api_key.py	Mon Aug 15 23:45:46 2016 -0400
+++ b/alveo_api_key.py	Tue Aug 30 21:06:27 2016 -0400
@@ -27,7 +27,7 @@
     :raises: pyalveo.APIError if the API request is not successful
 
     """
-    client = client_module.Client(api_key, API_URL)
+    client = client_module.Client(api_key, API_URL, use_cache=False)
     outfile = open(output_path, 'w')
     outfile.write(api_key)
     outfile.close()
@@ -41,4 +41,4 @@
         sys.exit(1)
 
 if __name__ == '__main__':
-    main()
\ No newline at end of file
+    main()