Skip to content

Commit 02055d0

Browse files
author
Ikko Eltociear Ashimine
authored
fix typo in backend.py
occured -> occurred
1 parent ece5cd3 commit 02055d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ def stream():
100100
return {
101101
'_action': '_ask',
102102
'success': False,
103-
"error": f"an error occured {str(e)}"}, 400
103+
"error": f"an error occurred {str(e)}"}, 400

0 commit comments

Comments
 (0)