SEC: added test api key

This commit is contained in:
Your Name 2026-07-22 12:58:32 +03:00
parent d811fc1b4e
commit 2379e8dae5
1 changed files with 1 additions and 1 deletions

View File

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