Skip to content

Commit 2ab923c

Browse files
committed
slimmed docker image, fixed some LGTM alerts, fixed home page
1 parent 76d2d09 commit 2ab923c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FlaskRTBCTF/main/forms.py

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class SettingsForm(FlaskForm):
2626
@admin_only
2727
def setup(self):
2828
if self.is_submitted():
29-
step = 3
3029
try:
3130
settings = Settings.query.get(1)
3231

0 commit comments

Comments
 (0)