Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Nov 25, 2024
1 parent 5da2b34 commit 2801f41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changedetectionio/flask_app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python3

import datetime
from zoneinfo import ZoneInfo

import flask_login
import locale
Expand Down
2 changes: 2 additions & 0 deletions changedetectionio/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ class ScheduleLimitForm(Form):
sunday = FormField(ScheduleLimitDaySubForm)
timezone_offset = StringField("Timezone to run in")

#@todo validate timezone_offset, either by name or


class TimeBetweenCheckForm(Form):
weeks = IntegerField('Weeks', validators=[validators.Optional(), validators.NumberRange(min=0, message="Should contain zero or more seconds")])
Expand Down

0 comments on commit 2801f41

Please sign in to comment.