Commit 2c3463b4 authored by nimrod's avatar nimrod
Browse files

fixup! Fix typo.

parent d40d3c27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ def main():
        exit(2)

    # Calculate the age of the latest file and if it's in the thresholds set.
    if files[0]["HoursSinceLastModified"] > NOW:
    if files[0]["LastModified"] > NOW:
        print("Latest file is from the future, something is wrong.")
        exit(3)
    timedelta = files[0]["HoursSinceLastModified"]