SteveDigital commited on
Commit
047546f
1 Parent(s): d690211

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def get_text(url):
20
  out_file=video.download(output_path=".")
21
 
22
  file_stats = os.stat(out_file)
23
- logging.info("Size of audio file: {file_stats.st_size}")
24
 
25
  base, ext = os.path.splitext(out_file)
26
  new_file = base+'.mp3'
 
20
  out_file=video.download(output_path=".")
21
 
22
  file_stats = os.stat(out_file)
23
+ logging.info(f'Size of audio file in Bytes: {file_stats.st_size}')
24
 
25
  base, ext = os.path.splitext(out_file)
26
  new_file = base+'.mp3'