Skip to content

Commit 3ae402e

Browse files
committed
updated spelling
1 parent da41653 commit 3ae402e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Backend/components/record_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ async def get_processed_data(start_time, end_time, output_format: str = 'xlsx'):
4040
except Exception as e:
4141
raise Exception(
4242
status_code=500,
43-
detail="Unknown error occured: " + str(e)
43+
detail="Unknown error occurred: " + str(e)
4444
)

0 commit comments

Comments
 (0)