Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
krrcream committed May 5, 2024
1 parent 63d386c commit dc99dd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ def remove_invalid_filename_chars(s):
new_audio_file_name = remove_invalid_filename_chars(temp_str2 + os.path.splitext(audio_file)[1])
new_BG_file_name = remove_invalid_filename_chars(temp_str2 + os.path.splitext(BG_file)[1])
# --------------------------------
new_audio_file_name = random_num_add(new_audio_file_name)
new_BG_file_name = random_num_add(new_BG_file_name)
new_audio_file_name = new_audio_file_name.lstrip()
# new_BG_file_name = new_BG_file_name.lstrip()
# print(f"new_BG_file_name:{new_BG_file_name}")
Expand Down

0 comments on commit dc99dd7

Please sign in to comment.