diff data_manager/resource_building.py @ 57:149eb9e80717 draft

"planemo upload commit 625bba907f87307a7c954e1fa73438dd3b12fe34-dirty"
author proteore
date Tue, 09 Jun 2020 07:22:26 +0000
parents bd67848a789f
children da9e74d3c40d
line wrap: on
line diff
--- a/data_manager/resource_building.py	Tue Jun 09 06:59:35 2020 +0000
+++ b/data_manager/resource_building.py	Tue Jun 09 07:22:26 2020 +0000
@@ -569,8 +569,6 @@
             time.sleep(3600)
             resp = requests.get(url=query)
         data = resp.json()
-        resp = requests.get(url=query)
-        data = resp.json()
 
         #get info from json dictionary
         mass_mol = data["entry"]["isoforms"][0]["massAsString"]