Hev832 commited on
Commit
36a5b29
1 Parent(s): 9125c33

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +3 -2
run.py CHANGED
@@ -32,11 +32,12 @@ def downloader(video_url, audio_format, audio_name):
32
 
33
 
34
  logschart = """
35
- ### Changelog
36
 
37
- #### v1.1.0 - 2024-05-16
38
 
39
  ##### Added
 
40
  - **Directory Check**: Added a check to ensure the `audios` directory exists before attempting to save files to it.
41
  - `os.makedirs('audios', exist_ok=True)`
42
 
 
32
 
33
 
34
  logschart = """
35
+ ### Changelog:
36
 
37
+ #### 2.0 - 2024-05-16
38
 
39
  ##### Added
40
+ -**change webui**: change the old webui to new version!
41
  - **Directory Check**: Added a check to ensure the `audios` directory exists before attempting to save files to it.
42
  - `os.makedirs('audios', exist_ok=True)`
43