From f3f0569755f6ef741488cc15446c9e43c685c5a3 Mon Sep 17 00:00:00 2001 From: Galexion Date: Mon, 27 Jan 2025 19:50:49 +0000 Subject: [PATCH] Fixes Capitalization on CrossBeats Read.py --- titles/cxb/read.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titles/cxb/read.py b/titles/cxb/read.py index 9a2ae98..c8d4616 100644 --- a/titles/cxb/read.py +++ b/titles/cxb/read.py @@ -38,7 +38,7 @@ class CxbReader(BaseReader): self.logger.info(f"Read csv from {bin_dir}") try: - fullPath = bin_dir + "/export.csv" + fullPath = bin_dir + "/Export.csv" with open(fullPath, encoding="UTF-8") as fp: reader = csv.DictReader(fp) for row in reader: