Andreas Demmelbauer 3 anni fa
parent
commit
49e228c4f0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      demotape.py

+ 1
- 0
demotape.py Vedi File

@@ -167,6 +167,7 @@ def upload_video(videofile_path):

def delete_video(file):
try:
logging.info('Deleting Video %s' % (file))
os.system('rm -rf "%s"' % (file))
return True
except:


Caricamento…
Annulla
Salva