From dac3977c7190f46ce9efdb33859cbb1f35b6e879 Mon Sep 17 00:00:00 2001 From: piair Date: Fri, 30 Sep 2022 16:09:11 +0200 Subject: [PATCH] =?UTF-8?q?u=C3=A9u=C3=A9u=C3=A9=20t'est=20content=20agust?= =?UTF-8?q?in64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- V4.py | 2 +- modules/{MySQL.py => db.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/{MySQL.py => db.py} (100%) diff --git a/V4.py b/V4.py index 92e7858..9b1c163 100755 --- a/V4.py +++ b/V4.py @@ -22,7 +22,7 @@ from selenium.webdriver.common.by import By from selenium.webdriver.common.keys import Keys from selenium.webdriver.firefox.options import Options import argparse -from modules.MySQL import add_to_database +from modules.db import add_to_database """ diff --git a/modules/MySQL.py b/modules/db.py similarity index 100% rename from modules/MySQL.py rename to modules/db.py