aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)