SEC: added test api key
This commit is contained in:
parent
d811fc1b4e
commit
2379e8dae5
|
|
@ -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'})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue