removed superfluous variables

This commit is contained in:
tsuk 2024-01-20 17:19:33 -08:00
parent a2101e3044
commit 275c5b7ee2

View file

@ -7,11 +7,9 @@ import random
import time import time
import os import os
import asyncio import asyncio
import subprocess
from dotenv import load_dotenv from dotenv import load_dotenv
import aiohttp import aiohttp
import asyncssh
#Stable Diffusion #Stable Diffusion
#Set this env variable to http://host:port or "disabled" #Set this env variable to http://host:port or "disabled"