From 32ea522cd9e57b7d99f6cc044fd180e951a0cccf Mon Sep 17 00:00:00 2001 From: liamb13 <69778531+liamb13@users.noreply.github.com> Date: Sat, 27 May 2023 10:33:09 +1000 Subject: [PATCH] Update main.py Redact elevenlabs_api_key --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index b7a1b7f..1e5101a 100755 --- a/main.py +++ b/main.py @@ -121,6 +121,7 @@ if __name__ == "__main__": shutdown() except Exception as err: config["settings"]["tts"]["tiktok_sessionid"] = "REDACTED" + config["settings"]["tts"]["elevenlabs_api_key"] = "REDACTED" 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"Version: {__VERSION__} \n"