refresh 4

This commit is contained in:
n64
2019-12-01 21:52:53 -05:00
parent a7c423cb43
commit 04732af90b
729 changed files with 21400 additions and 37110 deletions

View File

@@ -21,7 +21,9 @@ if lang is None:
best = 0
for path in ['build/us/sm64.us.z64', 'build/jp/sm64.jp.z64', 'build/eu/sm64.eu.z64']:
try:
if os.path.getmtime(path) > best:
mtime = os.path.getmtime(path)
if mtime > best:
best = mtime
lang = path.split('/')[1]
except Exception:
pass