mirror of
https://github.com/skoobasteeve/telegram-moviebot.git
synced 2026-03-20 03:28:57 +00:00
add env variable for filter user
This commit is contained in:
@@ -18,7 +18,7 @@ tmdb_api_token = os.environ.get("TMDB_API_TOKEN")
|
|||||||
sa_api_token = os.environ.get("SA_API_TOKEN")
|
sa_api_token = os.environ.get("SA_API_TOKEN")
|
||||||
bot_token = os.environ.get("TG_BOT_TOKEN")
|
bot_token = os.environ.get("TG_BOT_TOKEN")
|
||||||
|
|
||||||
filter_user = ""
|
filter_user = os.environ.get("TG_BOT_USER")
|
||||||
|
|
||||||
tmdb_url = "https://api.themoviedb.org/3"
|
tmdb_url = "https://api.themoviedb.org/3"
|
||||||
tmdb_headers = {
|
tmdb_headers = {
|
||||||
|
|||||||
Reference in New Issue
Block a user