mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-14 23:02:00 +03:00
Revert "⚠️ note to everyone dont mess with line endings again ⚠️"
This reverts commit 444117f3ba
.
This commit is contained in:
parent
023e9a4038
commit
33ebc61204
@ -1,11 +1,11 @@
|
||||
import os, time
|
||||
|
||||
n = 0
|
||||
while True:
|
||||
print('Relauncher: Launching...')
|
||||
if n > 0:
|
||||
print(f'\tRelaunch count: {n}')
|
||||
os.system("python scripts/webui.py")
|
||||
print('Relauncher: Process is ending. Relaunching in 0.5s...')
|
||||
n += 1
|
||||
time.sleep(0.5)
|
||||
import os, time
|
||||
|
||||
n = 0
|
||||
while True:
|
||||
print('Relauncher: Launching...')
|
||||
if n > 0:
|
||||
print(f'\tRelaunch count: {n}')
|
||||
os.system("python scripts/webui.py")
|
||||
print('Relauncher: Process is ending. Relaunching in 0.5s...')
|
||||
n += 1
|
||||
time.sleep(0.5)
|
||||
|
Loading…
Reference in New Issue
Block a user