diff --git a/controllers/tenor.py b/controllers/tenor.py index a32b22b..8458cd1 100644 --- a/controllers/tenor.py +++ b/controllers/tenor.py @@ -9,7 +9,7 @@ redis_server = redis.Redis(host="localhost", port=6379, db=0, decode_responses=T logging.basicConfig(level=logging.DEBUG) logger = logging.getLogger(__name__) -_giphy_key: str = "NR2vkCSTVKnwBx9IavODcsqeSt9Sreze" +_giphy_key: str = "NR2vkCSTVKnwBx9IavODcsqeSt9Sreze" #test api key _session = requests.Session() _session.headers.update({'User-Agent': 'GIPHY-Proxy/1.0'})