diff --git a/modular/heroku.py b/modular/heroku.py index b3ef3af0..3e814d74 100644 --- a/modular/heroku.py +++ b/modular/heroku.py @@ -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", }