Skip to content

Commit

Permalink
Merge pull request #10 from Jo-Fri/master
Browse files Browse the repository at this point in the history
Prometheus 3.0.0 fix
  • Loading branch information
ToWipf authored Nov 19, 2024
2 parents 198d0fc + a150ff9 commit c3d1437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def buildSite(url, user, password):
class doWeb(BaseHTTPRequestHandler):
def do_GET(self):
self.send_response(200)
self.send_header("Content-Type", "text/plain")
self.end_headers()
if self.path == "/test":
self.wfile.write("ok".encode())
Expand Down

0 comments on commit c3d1437

Please sign in to comment.