refactor: cleanup 1

This commit is contained in:
Dobin
2024-03-01 13:13:40 +00:00
parent d0500107c0
commit 78027916e2
7 changed files with 95 additions and 128 deletions
-1
View File
@@ -49,7 +49,6 @@ def inject():
inject_style = request.form['inject_style']
inject_style = InjectStyle[inject_style]
settings.inject = True
if inject_style == InjectStyle.ENTRY:
settings.inject_mode = 1
elif inject_style == InjectStyle.HIJACK: