mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Enabled video statistics (forgot to enable them), also fixed the synchronization of statistics.
This commit is contained in:
@ -13,7 +13,7 @@ from YtManagerApp.utils import youtube
|
||||
log = logging.getLogger('sync')
|
||||
__lock = Lock()
|
||||
|
||||
_ENABLE_UPDATE_STATS = False
|
||||
_ENABLE_UPDATE_STATS = True
|
||||
|
||||
|
||||
def __check_new_videos_sub(subscription: Subscription, yt_api: youtube.YoutubeAPI):
|
||||
|
Reference in New Issue
Block a user