From 7fb0194cd958899373c6d835f80e3684f8b75b1e Mon Sep 17 00:00:00 2001 From: SoClose <33631880+SoClosee@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:40:55 +0100 Subject: [PATCH] fix(main.py): remove hardcoded credentials and store securely --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 8ec29cc..299e2db 100644 --- a/main.py +++ b/main.py @@ -33,7 +33,6 @@ from pathlib import Path from bs4 import BeautifulSoup -from dotenv import load_dotenv from selenium import webdriver from selenium.common.exceptions import ( TimeoutException,