From 49f9cd37941c1e1bbf77563bac2c710dac1dea55 Mon Sep 17 00:00:00 2001 From: tsuk Date: Tue, 11 Jul 2023 18:49:52 -0700 Subject: [PATCH] added a joke func --- sparkytron3000.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sparkytron3000.py b/sparkytron3000.py index aec8c97..3862b89 100644 --- a/sparkytron3000.py +++ b/sparkytron3000.py @@ -98,6 +98,9 @@ async def upload_ftp_ai_images(filename, prompt): await client.upload(html_file, "index.html", write_into=True) await client.quit() +def banana(orange): + print("Orange you glad I didn't say banana?") + def create_channel_config(filepath): config_dict = { "personality":"average",