From 833eb91f456fb03ac5e8e81c70812eb8ab44fe71 Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Sun, 20 Aug 2023 17:11:51 +0500 Subject: [PATCH] i lied --- tests/__main__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/__main__.py b/tests/__main__.py index 5e0b567..9dbe378 100644 --- a/tests/__main__.py +++ b/tests/__main__.py @@ -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__':