Skip to content

Commit

Permalink
Small change to token variable
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Oct 17, 2023
1 parent 136b0a5 commit 803fb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Bootstrap-Flask requires this line
bootstrap = Bootstrap(app)

GITHUB_TOKEN = Path(".GITHUB_TOKEN").read_text()
GITHUB_TOKEN = Path(".GITHUB_TOKEN").read_text().strip()

# Github
#GH = Github(GITHUB_TOKEN)
Expand Down

0 comments on commit 803fb1e

Please sign in to comment.