You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do I need to create a .env file with both variables?
TOKEN_BOT_TELEGRAM = abcderfghkejkejkejekjke
API_KEY_EMBy = lldd84dkdkdkkddk
Or I can just edit these values in the tgemby.py file
I tried with both cases and got an error.
python3 tgemby.py
Traceback (most recent call last):
File "tgemby.py", line 1, in
import telebot
File "/usr/local/lib/python3.6/site-packages/telebot/init.py", line 13, in
import telebot.util
File "/usr/local/lib/python3.6/site-packages/telebot/util.py", line 14, in
from telebot import types
File "/usr/local/lib/python3.6/site-packages/telebot/types.py", line 2
from future import annotations
^
SyntaxError: future feature annotations is not defined
The text was updated successfully, but these errors were encountered:
Do I need to create a .env file with both variables?
TOKEN_BOT_TELEGRAM = abcderfghkejkejkejekjke
API_KEY_EMBy = lldd84dkdkdkkddk
Or I can just edit these values in the tgemby.py file
I tried with both cases and got an error.
python3 tgemby.py
Traceback (most recent call last):
File "tgemby.py", line 1, in
import telebot
File "/usr/local/lib/python3.6/site-packages/telebot/init.py", line 13, in
import telebot.util
File "/usr/local/lib/python3.6/site-packages/telebot/util.py", line 14, in
from telebot import types
File "/usr/local/lib/python3.6/site-packages/telebot/types.py", line 2
from future import annotations
^
SyntaxError: future feature annotations is not defined
The text was updated successfully, but these errors were encountered: