Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|