SteveDigital commited on
Commit
d690211
1 Parent(s): 9e07c40

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: %s", str(out_file.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("Size of audio file: {file_stats.st_size}")
24
 
25
  base, ext = os.path.splitext(out_file)
26
  new_file = base+'.mp3'