aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-10-01 01:00:44 -0400
committerBobby <[email protected]>2024-10-01 01:00:44 -0400
commit182bcc4d695f1f27dffd10cf464c217299601406 (patch)
tree655ef04490fc4ec06458f62ae20beb8cf43f0bdd
parent02348ba5b713f435e1e563507418412734957481 (diff)
downloadyugen-182bcc4d695f1f27dffd10cf464c217299601406.tar.xz
yugen-182bcc4d695f1f27dffd10cf464c217299601406.zip
Optimized discussions
-rw-r--r--watch/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/watch/utils.py b/watch/utils.py
index df9e36b..9caf783 100644
--- a/watch/utils.py
+++ b/watch/utils.py
@@ -24,8 +24,8 @@ r = redis.Redis(
password=os.getenv("REDIS_PASSWORD"),
)
-r.flushall()
-print("Redis cache flushed")
+# r.flushall()
+# print("Redis cache flushed")
def get_episode_metadata(anime_data, episode):
episode_metadata = get_all_episode_metadata(anime_data)