K00B404 commited on
Commit
07b0e57
·
verified ·
1 Parent(s): 6f016d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -8,10 +8,10 @@ import json
8
  import secrets
9
  from thaTube import thaTube
10
 
11
- folders = [{'out':'output'},
12
- {'mp3':'mp3'},
13
- {'assets':'assets'}
14
- ]
15
 
16
  # Output folder
17
  output_folder = "output"
 
8
  import secrets
9
  from thaTube import thaTube
10
 
11
+ folders = {'out':'output',
12
+ 'mp3':'mp3',
13
+ 'assets':'assets'}
14
+
15
 
16
  # Output folder
17
  output_folder = "output"