Skip to content

Commit 2fe746c

Browse files
authored
chore: update setup_or_recover.py (#414)
minor fix
1 parent 44c9678 commit 2fe746c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tts_webui/utils/setup_or_recover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_suno_env(name):
5353

5454
env = "# This file gets updated automatically from the UI\n\n"
5555
env += "# If you wish to manually specify any ENV variables, please do so in the .env.user file\n"
56-
env += "# The variables in in .env.user will take PRIORITY!\n\n"
56+
env += "# The variables in .env.user will take PRIORITY!\n\n"
5757

5858
env += env_entry(
5959
"SUNO_USE_SMALL_MODELS",

0 commit comments

Comments
 (0)