Merge remote-tracking branch 'origin/master'

This commit is contained in:
j 2017-03-15 12:01:16 +00:00
commit ac15b66419

View file

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