changed pokemon into a cog
This commit is contained in:
parent
275c5b7ee2
commit
2b0ec090c4
2 changed files with 253 additions and 249 deletions
|
|
@ -8,7 +8,6 @@ import time
|
|||
import os
|
||||
import asyncio
|
||||
from dotenv import load_dotenv
|
||||
|
||||
import aiohttp
|
||||
|
||||
#Stable Diffusion
|
||||
|
|
@ -44,6 +43,7 @@ async def handle_error(error):
|
|||
f.write(log_line)
|
||||
return error
|
||||
|
||||
|
||||
def create_channel_config(filepath):
|
||||
config_dict = {
|
||||
"personality":"average",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue