mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 18:23:57 +01:00
i lied
This commit is contained in:
parent
735778d13f
commit
833eb91f45
|
@ -111,7 +111,8 @@ def test_all():
|
|||
print('[lightblue]Checking the /v1/models endpoint...')
|
||||
print(test_models())
|
||||
except Exception as e:
|
||||
print('[red]Error: ' + e)
|
||||
print('[red]Error: ')
|
||||
print(e)
|
||||
exit(500)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue