ccolas commited on
Commit
36fedf8
1 Parent(s): c844390

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def setup_streamlite():
41
  path = '/'.join(pytube.__file__.split('/')[:-1]) + '/cipher.py'
42
  with open(path, 'r') as f:
43
  cipher = f.read().split('\n')
44
- cipher[286] = cipher[286].replace('\\', '')
45
  with open(path, 'w') as f:
46
  f.write('\n'.join(cipher))
47
  os.path.exists(path)
 
41
  path = '/'.join(pytube.__file__.split('/')[:-1]) + '/cipher.py'
42
  with open(path, 'r') as f:
43
  cipher = f.read().split('\n')
44
+ cipher[286] = cipher[286].replace(';', '')
45
  with open(path, 'w') as f:
46
  f.write('\n'.join(cipher))
47
  os.path.exists(path)