diff options
Diffstat (limited to 'watch/utils.py')
| -rw-r--r-- | watch/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/watch/utils.py b/watch/utils.py index 3a6b5fc..267f14f 100644 --- a/watch/utils.py +++ b/watch/utils.py @@ -12,8 +12,8 @@ r = redis.Redis( ssl=True, ) -r.flushall() -print("Redis cache flushed") +# r.flushall() +# print("Redis cache flushed") def update_anime_user_history(user, anime_id, episode, time_watched): # per episode history |
