Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
indent if
  • Loading branch information
toutestprismemeca authored Sep 11, 2023
1 parent a5b3cd2 commit 26dd0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecorda/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ def base_api(base=None, framework=None, url_ue=None):
logger.debug(f'{page}')
logger.debug(f'Total records: {tot_records} // Nombre de résultats: {len(result)}')

if tot_records != len(result):
raise Exception('matching records faild')
if tot_records != len(result):
raise Exception('matching records faild')
return result

0 comments on commit 26dd0cf

Please sign in to comment.