Skip to content

Commit 3a1fc35

Browse files
authored
Update helpers.py
url changed
1 parent 665877a commit 3a1fc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modelseedpy/helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_or_download_file(filename, k, value, config):
2121
os.makedirs(folder_path)
2222
if not os.path.exists(file_path):
2323
logger.warning("downloading data file to: %s", file_path)
24-
url = "https://bioseed.mcs.anl.gov/~fxliu/modelseedpy/" + filename
24+
url = "https://bioseed.mcs.anl.gov/~fliu/modelseedpy/" + filename
2525
r = requests.get(url, allow_redirects=True)
2626
with open(file_path, "wb") as fh:
2727
fh.write(r.content)

0 commit comments

Comments
 (0)