Update revivetube.py

This commit is contained in:
TheErrorExe 2025-02-27 14:29:32 +01:00 committed by GitHub
parent 0661d46b99
commit ddeaf35948
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -253,7 +253,6 @@ def watch():
except Exception as e: except Exception as e:
print(f"SuperPlayCounts API Error: {str(e)}") print(f"SuperPlayCounts API Error: {str(e)}")
# Anzahl der Kommentare
comment_count = len(comments) comment_count = len(comments)
if os.path.exists(video_mp4_path): if os.path.exists(video_mp4_path):