更新UCD-API库及文档
This commit is contained in:
@@ -113,7 +113,7 @@ def save_to_bin_file(path: str, events: list, index=None):
|
||||
|
||||
|
||||
def save_to_csv_file(path: str, events: list):
|
||||
with (open(path, 'w', newline='') as file):
|
||||
with open(path, 'w', newline='') as file:
|
||||
writer = csv.writer(file, delimiter=';')
|
||||
writer.writerow(["Source", "Type", "Start", "Brief info", "Full info"])
|
||||
for data in events:
|
||||
|
||||
Reference in New Issue
Block a user