took way to long to figure out acceptable timespan

This commit is contained in:
StevanFreeborn
2022-04-20 00:07:44 -05:00
parent 74f477ed48
commit 1f94e2cd83
4 changed files with 122 additions and 102 deletions
+7 -7
View File
@@ -19,13 +19,13 @@ class ResultValueType(Enum):
FileList = 11
class Increment(Enum):
Seconds = 0
Minutes = 1
Hours = 2
Days = 3
Weeks = 4
Months = 5
Years = 6
Seconds = "Second(s)"
Minutes = "Minute(s)"
Hours = "Hour(s)"
Days = "Day(s)"
Weeks = "Week(s)"
Months = "Month(s)"
Years = "Year(s)"
class Recurrence(Enum):
Empty = "None"