add env variable for filter user

This commit is contained in:
2022-04-23 13:30:42 -04:00
parent 9f438eef75
commit 1ae6c9b82a

View File

@@ -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 = {