Lazy commit on <function hostname at 0x7fa361d60f40>.

This commit is contained in:
James Downie 2025-06-30 20:21:51 +10:00
parent ae529879d0
commit 7bb317751c

View File

@ -32,7 +32,6 @@ def is_repo_status_outdated(repos):
content = fin.read().strip()
print(f"content: {content}")
last_mtime = float(content)
print(f"{latest_mtime} {last_mtime}")
return latest_mtime > last_mtime
def to_keycap(ch: str) -> str: