Testing merging branches
This commit is contained in:
phixxy 2023-07-11 18:53:19 -07:00
commit eb58806478

View file

@ -98,6 +98,9 @@ async def upload_ftp_ai_images(filename, prompt):
await client.upload(html_file, "index.html", write_into=True) await client.upload(html_file, "index.html", write_into=True)
await client.quit() await client.quit()
def banana(orange):
print("Orange you glad I didn't say banana?")
def create_channel_config(filepath): def create_channel_config(filepath):
config_dict = { config_dict = {
"personality":"average", "personality":"average",