aboutsummaryrefslogtreecommitdiff
path: root/watch/utils.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-09-14 04:08:10 -0400
committerBobby <[email protected]>2024-09-14 04:08:10 -0400
commit10fd43016650dfb14ee76f9df7dcd5c66d761292 (patch)
tree247c7495adea64a460fe4ab3e9a1362c3567e6ed /watch/utils.py
parent3f6c6a069a1515dcbaea7535aa45ba4d7091559e (diff)
downloadyugen-10fd43016650dfb14ee76f9df7dcd5c66d761292.tar.xz
yugen-10fd43016650dfb14ee76f9df7dcd5c66d761292.zip
auto gogo switch
Diffstat (limited to 'watch/utils.py')
-rw-r--r--watch/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/watch/utils.py b/watch/utils.py
index 0a30329..0d53e3c 100644
--- a/watch/utils.py
+++ b/watch/utils.py
@@ -16,8 +16,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)