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"