csv出力のコードを修正その4

This commit is contained in:
suti7yk5032 2024-07-07 18:07:53 +09:00
parent e1fee8b2e5
commit ce3bf1cd3c

View file

@ -200,7 +200,7 @@ class Bot(discord.Client):
def report_export(self, **kwargs): def report_export(self, **kwargs):
try: try:
cursor = dislocker.db.cursor() 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" main_table = "pc_usage_history"
related_table = "club_member" related_table = "club_member"