Skip to content

Commit

Permalink
Add readindess to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Jul 24, 2024
1 parent 03bc0b6 commit 2637faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gmail-exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def getFlow():
@flaskapp.route('/')
def index():
ret = "<h1>prometheus-gmail-exporter</h1><br />"
ret += "State: " + READINESS + "<br />"

if not authComplete:
flow = getFlow()
Expand Down

0 comments on commit 2637faa

Please sign in to comment.