Skip to content

Commit

Permalink
update modular/heroku.py
Browse files Browse the repository at this point in the history
  • Loading branch information
naya1503 committed Jul 10, 2024
1 parent 2d5b045 commit f301246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular/heroku.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async def _(c: nlx, m):
"Chrome/80.0.3987.149 Mobile Safari/537.36"
)
headers = {
"User-Agent": nlxagent,
"User-Agent": useragent,
"Authorization": f"Bearer {heroku_api}",
"Accept": "application/vnd.heroku+json; version=3.account-quotas",
}
Expand Down

0 comments on commit f301246

Please sign in to comment.