mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-04 22:57:32 +08:00
Fixes Capitalization on CrossBeats Read.py
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user