From ce3bf1cd3cb4fd9ab51de1eedccebf4e7e47b496 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Sun, 7 Jul 2024 18:07:53 +0900 Subject: [PATCH] =?UTF-8?q?csv=E5=87=BA=E5=8A=9B=E3=81=AE=E3=82=B3?= =?UTF-8?q?=E3=83=BC=E3=83=89=E3=82=92=E4=BF=AE=E6=AD=A3=E3=81=9D=E3=81=AE?= =?UTF-8?q?4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dislocker.py b/dislocker.py index 0181355..5d04c37 100644 --- a/dislocker.py +++ b/dislocker.py @@ -200,7 +200,7 @@ class Bot(discord.Client): def report_export(self, **kwargs): try: cursor = dislocker.db.cursor() - csv_file_path = self.export_dir_path + "pc_usage_history.csv" + csv_file_path = dislocker.export_dir_path + "pc_usage_history.csv" main_table = "pc_usage_history" related_table = "club_member"