This commit is contained in:
gerlofvanek 2025-01-14 22:28:20 +01:00
parent ba5e110682
commit 122dc52804

View file

@ -6,7 +6,7 @@ def page_quickswaps(handler, url_split, post_string):
messages = []
err_messages = []
form_data = handler.checkForm(post_string, "quickswaps", messages)
if form_data:
try:
pass