Update main.py

Redact elevenlabs_api_key
pull/1619/head
liamb13 2 years ago committed by GitHub
parent 6aef6666e0
commit 32ea522cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,6 +121,7 @@ if __name__ == "__main__":
shutdown() shutdown()
except Exception as err: except Exception as err:
config["settings"]["tts"]["tiktok_sessionid"] = "REDACTED" config["settings"]["tts"]["tiktok_sessionid"] = "REDACTED"
config["settings"]["tts"]["elevenlabs_api_key"] = "REDACTED"
print_step( print_step(
f"Sorry, something went wrong with this version! Try again, and feel free to report this issue at GitHub or the Discord community.\n" f"Sorry, something went wrong with this version! Try again, and feel free to report this issue at GitHub or the Discord community.\n"
f"Version: {__VERSION__} \n" f"Version: {__VERSION__} \n"

Loading…
Cancel
Save