From 2af3a040949e96fa67cf4975e5a8971e2b3cc0ad Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 30 Apr 2020 18:16:29 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'config.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 ++ 1 file changed, 2 insertions(+) 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)