Skip to content

Commit

Permalink
Merge pull request #58 from Code4GovTech/development
Browse files Browse the repository at this point in the history
main token for prod
  • Loading branch information
KDwevedi authored Mar 13, 2024
2 parents 99e0756 + ac5fd0b commit cc747e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ async def load():
async def main():
async with client:
await load()
await client.start(os.getenv("TESTING_TOKEN"))
await client.start(os.getenv("TOKEN"))


asyncio.run(main())

0 comments on commit cc747e9

Please sign in to comment.