add status for sub refresh

This commit is contained in:
simon 2022-10-14 11:27:27 +07:00
parent a8c5773f81
commit 6eee762d3a
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ class ChannelSubscription:
for idx, channel in enumerate(all_channels):
channel_id = channel["channel_id"]
print(f"{channel_id}: find missing videos.")
last_videos = self.get_last_youtube_videos(channel_id)
if last_videos: