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

fix typo in backend.py
pull/1053/head
Tekky 12 months ago committed by GitHub
commit 524a631548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save