update patch

This commit is contained in:
Jesús 2021-09-10 18:01:16 -05:00
parent 4d61ac4bb2
commit 71d62d232f
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -1,8 +1,8 @@
diff --git a/settings.py b/settings.py diff --git a/settings.py b/settings.py
index fdaebc7..9154055 100644 index d222aa9..a7babc8 100644
--- a/settings.py --- a/settings.py
+++ b/settings.py +++ b/settings.py
@@ -502,6 +502,6 @@ def settings_page(): @@ -542,6 +542,6 @@ def settings_page():
for func, old_value, value in to_call: for func, old_value, value in to_call:
func(old_value, value) func(old_value, value)