clean logs

This commit is contained in:
Simon 2025-02-21 23:31:45 +07:00
parent 60724df45a
commit cc6ebae295
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ class VideoProgressView(ApiBaseView):
current_progress.update({"watched": watched})
redis_con.set_message(key, current_progress, expire=expire)
print(current_progress)
response_serializer = PlayerSerializer(current_progress)