Skip to content

Commit

Permalink
Change Strider url to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maximusunc committed Oct 18, 2024
1 parent 882e2c1 commit 4ef25bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def main():
url = "https://strider.renci.org/kps"
url = "https://strider.ci.transltr.io/kps"
response = requests.get(url)

if response.status_code == 200:
Expand Down

0 comments on commit 4ef25bd

Please sign in to comment.