Merge remote-tracking branch 'origin/master'

This commit is contained in:
j 2017-03-15 12:01:16 +00:00
commit ac15b66419
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ def is_new(xml, mp4):
vtime = max(
os.path.getmtime(mp4),
os.path.getmtime('text.html'),
os.path.getmtime('VOCALS.json')
os.path.getmtime('DRONES.json'),
os.path.getmtime('VOCALS.json'),
)
return vtime < xtime