diff options
| author | Bobby <[email protected]> | 2024-09-01 21:45:16 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-09-01 21:45:16 -0400 |
| commit | 201b728af346bec828211d7fa4a273cbdb07158d (patch) | |
| tree | c56e9b99292cda8640912a883190d9d49921403e /watch/utils.py | |
| parent | 562d0172688fc81c2134a31692c0da4b2b2e9501 (diff) | |
| download | yugen-201b728af346bec828211d7fa4a273cbdb07158d.tar.xz yugen-201b728af346bec828211d7fa4a273cbdb07158d.zip | |
no redis cache flush
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 |
