mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-12 02:37:28 +08:00
Merge pull request 'Fix Crossbeats Read Script' (#201) from Galexion/artemis:develop into develop
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/201
This commit is contained in:
@@ -38,7 +38,7 @@ class CxbReader(BaseReader):
|
|||||||
self.logger.info(f"Read csv from {bin_dir}")
|
self.logger.info(f"Read csv from {bin_dir}")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
fullPath = bin_dir + "/export.csv"
|
fullPath = bin_dir + "/Export.csv"
|
||||||
with open(fullPath, encoding="UTF-8") as fp:
|
with open(fullPath, encoding="UTF-8") as fp:
|
||||||
reader = csv.DictReader(fp)
|
reader = csv.DictReader(fp)
|
||||||
for row in reader:
|
for row in reader:
|
||||||
|
|||||||
Reference in New Issue
Block a user