Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ac15b66419
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue