Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuoqing Fang authored and Zhuoqing Fang committed Dec 4, 2024
1 parent 5388edc commit c5373e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gseapy/biomart.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _set_host(self, host: str):
# "\n<MartRegistry>\n"
if request.ok and request.text.startswith("\n<MartRegistry>\n"):
self.host = hosts[i]
self._marts = self._get_marts(request.text)
self._marts = self._get_mart(request.text)
break
self._logger.warning(
"host {} is not reachable, try {} ".format(
Expand Down

0 comments on commit c5373e1

Please sign in to comment.