From 50c9955302e9b7d71c455166bdd0ce934102e02f Mon Sep 17 00:00:00 2001 From: Herzic Date: Tue, 10 Mar 2026 16:15:36 +0300 Subject: [PATCH] chore: remove profile path --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 02ef642..039cf7f 100644 --- a/config.py +++ b/config.py @@ -39,5 +39,5 @@ CONFIG = {'input_file': '', 'search_template_url': 'https://ya.ru/search/?text={search}&lr={lr}', 'region_lr': 35, 'region_name': 'Краснодар', - 'search_file': 'search.txt', - 'profile_dir': 'C:\\Users\\Дмитрий\\chrome_profile_yandex'} \ No newline at end of file + 'search_file': 'search.txt' +} \ No newline at end of file