Fix ip of windows computeR
This commit is contained in:
parent
d398928f6c
commit
73ed8b45bd
0
app/bot.py
Executable file → Normal file
0
app/bot.py
Executable file → Normal 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
0
app/stock.py
Normal file → Executable file
0
argocd-application.yaml
Normal file → Executable file
0
argocd-application.yaml
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user