~ | Merge pull request #1043 from eltociear/patch-3

fix typo in backend.py
This commit is contained in:
Tekky 2023-10-11 18:49:16 +01:00 committed by GitHub
commit 524a631548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,4 +55,4 @@ class Backend_Api:
'code' : 'G4F_ERROR',
'_action': '_ask',
'success': False,
'error' : f'an error occured {str(e)}'}, 400
'error' : f'an error occurred {str(e)}'}, 400