diff --git a/config.py b/config.py index 26cbc66..af61197 100644 --- a/config.py +++ b/config.py @@ -15,6 +15,8 @@ config = { "token_bot" : '' } +# Cherchez les 'series id' sur thetvdb.com et placez les dans cette liste +series = ("354198", "376729", "372534") def main(): print(config)