*Bug description:
Expected vs Current Behavior:
**Steps to reproduce:i made the py code and i try to see if the code works it works fine but i got that error when i tried to read it in the console
**Bug appears at this link:https://replit.com/@HOLDULV/Bota-Apex-mutitask
**Screenshot(s)/Screen Recording:*
**
Hmm this happened to me once. Try refreshing your page.
3 Likes
oh okay then i well refresh my repl thanks for replying
1 Like
Change your_token_here
to the key of the secret where you store your token. os.getenv("…")
returns None
when an var wasn’t found, so I’d recommend os.environ["…"]
instead in most cases
2 Likes
oh ok thanks for letting me know
new update pls read this if you found this post helpful
system
Closed
April 2, 2023, 1:26am
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.