dx2102 commited on
Commit
3976e11
·
verified ·
1 Parent(s): 71d42c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def postprocess(txt, path):
86
  ))
87
  now += wait
88
  except Exception as e:
89
- print(f'Postprocess: Ignored line: '{line}' because of error:', e)
90
 
91
  print(f'Postprocess: Got {sum(len(track.notes) for track in tracks.values())} notes')
92
 
 
86
  ))
87
  now += wait
88
  except Exception as e:
89
+ print(f'Postprocess: Ignored line: "{line}" because of error:', e)
90
 
91
  print(f'Postprocess: Got {sum(len(track.notes) for track in tracks.values())} notes')
92