Commit dcec7ce2 authored by nimrod's avatar nimrod
Browse files

Fix typo.

parent 3cdf8782
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][""] > NOW:
    if files[0]["HoursSinceLastModified"] > NOW:
        print("Latest file is from the future, something is wrong.")
        exit(3)
    timedelta = files[0]["HoursSinceLastModified"]