From e490653ff70de0ca4e29affdce398f2128caa118 Mon Sep 17 00:00:00 2001 From: arabian <55220741+arabianq@users.noreply.github.com> Date: Sun, 20 Jul 2025 01:30:46 +0300 Subject: [PATCH] Update config.py.example --- config.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py.example b/config.py.example index e6ac898..7ca3aca 100644 --- a/config.py.example +++ b/config.py.example @@ -6,7 +6,7 @@ USE_DARK_THEME = True ENABLE_LOGGING = True YANDEX_CONFIGS = [ - # ("your token", "path to dir on disk") # Alexander Tarasov + # ("your token", "path to dir on disk") ] TMDB_API_KEY = "your api key"