Andreas Demmelbauer před 3 roky
rodič
revize
49e228c4f0
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      demotape.py

+ 1
- 0
demotape.py Zobrazit soubor

@@ -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:


Načítá se…
Zrušit
Uložit