Fixing hostname for computer after reimaging
This commit is contained in:
parent
fefc7603c6
commit
17a71e6b28
@ -41,7 +41,7 @@ class StableDiffusion(commands.Cog):
|
||||
# Send my requests to my gaming computer with the 3080 (if its up)
|
||||
if ctx.author.id == core_utils.my_id:
|
||||
# ip = "192.168.1.29"
|
||||
ip = "DESKTOP-KF5M0SD"
|
||||
ip = "DESKTOP-D6O5TKS"
|
||||
steps = 60
|
||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
s.settimeout(1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user