Fix ip of windows computeR

This commit is contained in:
Luke Robles 2023-06-07 09:39:49 -07:00
parent f7acfcd0ed
commit a309677cac
4 changed files with 1 additions and 1 deletions

0
app/bot.py Executable file → Normal file
View File

View File

@ -39,7 +39,7 @@ class StableDiffusion(commands.Cog):
# Send my requests to my gaming computer with the 3080 (if its up) # Send my requests to my gaming computer with the 3080 (if its up)
if ctx.author.id == core_utils.my_id: if ctx.author.id == core_utils.my_id:
ip = "192.168.1.29" ip = "192.168.1.19"
steps = 90 steps = 90
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.settimeout(1) s.settimeout(1)

0
app/stock.py Normal file → Executable file
View File

0
argocd-application.yaml Normal file → Executable file
View File