mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
save sysinfo as .json
GitHub now allows uploading of .json files in issues
This commit is contained in:
parent
fc83af4432
commit
6d337bf23d
2 changed files with 2 additions and 2 deletions
|
|
@ -441,7 +441,7 @@ def dump_sysinfo():
|
|||
import datetime
|
||||
|
||||
text = sysinfo.get()
|
||||
filename = f"sysinfo-{datetime.datetime.utcnow().strftime('%Y-%m-%d-%H-%M')}.txt"
|
||||
filename = f"sysinfo-{datetime.datetime.utcnow().strftime('%Y-%m-%d-%H-%M')}.json"
|
||||
|
||||
with open(filename, "w", encoding="utf8") as file:
|
||||
file.write(text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue