Skip to content

Commit ac35b3a

Browse files
committed
updates
1 parent 2e66de7 commit ac35b3a

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ data/*
5656
local/*
5757
*.xml
5858
*.xslx
59+
*.txt

getAccessionUDFs.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@
1616

1717
startTime = time.time()
1818

19-
def findKey(d, key):
20-
if key in d:
21-
yield d[key]
22-
for k in d:
23-
if isinstance(d[k], list) and k == 'children':
24-
for i in d[k]:
25-
for j in findKey(i, key):
26-
yield j
27-
2819
baseURL = secrets.baseURL
2920
user = secrets.user
3021
password = secrets.password

0 commit comments

Comments
 (0)