Skip to content

Commit

Permalink
render likes to see
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoneerC committed Aug 15, 2024
1 parent 9cb54d0 commit d8e5c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
)

r = redis.Redis(
host=os.getenv("REDIS_HOST"),
password=os.getenv("REDIS_PASSWORD"),
host='assured-shrew-49745.upstash.io',
password='AcJRAAIjcDFkZmQ4MzA5NGM2MjU0NTNlOWI4OTVjYzNiODAwZjY5MnAxMA',
port=6379,
ssl=True
)
Expand Down

0 comments on commit d8e5c61

Please sign in to comment.