From 3d69fb3c7d9509d6eb8469d37ab135cb84260272 Mon Sep 17 00:00:00 2001 From: George Carvellas Date: Sun, 8 Oct 2023 09:48:40 -0400 Subject: [PATCH] Update frieren-cli.py best commit in the world --- frieren-cli/frieren-cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frieren-cli/frieren-cli.py b/frieren-cli/frieren-cli.py index 29ee8f8..bed47cf 100755 --- a/frieren-cli/frieren-cli.py +++ b/frieren-cli/frieren-cli.py @@ -38,11 +38,11 @@ print(fern) # Make api call - r = requests.post("http://localhost:8080/repos", json=fern) + r = requests.post("http://104.248.58.127/api/repos", json=fern) # We put the hack in hackathon if not 200 <= r.status_code < 300: print("Error registering project") else: with open("open-source.fern", "w+") as f: del fern['repo_origin'] del fern['fern_branch'] - json.dump(fern, f) \ No newline at end of file + json.dump(fern, f)