From 5f04bb2ce3c135571f391d93ee3de1ad547238fa Mon Sep 17 00:00:00 2001 From: 7trail <72806227+7trail@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:58:09 -0500 Subject: [PATCH] add debug to neural line 82 --- neural.py | 1 + 1 file changed, 1 insertion(+) diff --git a/neural.py b/neural.py index 05e570b..c2bff98 100644 --- a/neural.py +++ b/neural.py @@ -79,6 +79,7 @@ async def Generate(prompt, channel, count=2, negativePrompt = "",size="square"): data2 = response2.json() if data2["status"]["isReady"]: + print("Awesome! Debugging!") links = [] view = ViewWithButton(parameter=channel,p2=prompt) # Establish an instance of the discord.ui.View class