bring back config print

This commit is contained in:
cmdr2 2023-09-02 18:34:12 +05:30
parent 74c0ca0902
commit ad1374af1d

View File

@ -244,7 +244,7 @@ def setup_amd_environment():
def launch_uvicorn(): def launch_uvicorn():
config = get_config() config = get_config()
# pprint(config) pprint(config)
with open("scripts/install_status.txt","a") as f: with open("scripts/install_status.txt","a") as f:
f.write("sd_weights_downloaded\n") f.write("sd_weights_downloaded\n")