This website works better with JavaScript.
Home
Explore
Help
Sign In
redplanet
/
demotape
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
log delete
master
Andreas Demmelbauer
3 years ago
parent
01fb9a2577
commit
49e228c4f0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
demotape.py
+ 1
- 0
demotape.py
View 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:
Write
Preview
Loading…
Cancel
Save