From 0983c13da740ae3b419843c0c3702ca14a70c784 Mon Sep 17 00:00:00 2001
From: AaronBenDaniel <144371000+AaronBenDaniel@users.noreply.github.com>
Date: Sat, 6 Jul 2024 14:12:53 -0400
Subject: [PATCH] fix(api): Use HTML formatting consistently (#7 -
@AaronBenDaniel)
---
src/api/src/main.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/api/src/main.py b/src/api/src/main.py
index 9850c08..1ac749a 100644
--- a/src/api/src/main.py
+++ b/src/api/src/main.py
@@ -34,7 +34,7 @@ async def download_book(
if username and not password or password and not username:
return HTMLResponse(
status_code=422,
- content='Include both the username _and_ password, or neither. Support is available on the Discord',
+ content='Include both the username and password, or neither. Support is available on the Discord',
)
if username and password: