Update app_base.py

This commit is contained in:
Frikky
2023-12-07 22:49:50 +01:00
committed by GitHub
parent 575fc36c0e
commit b1fb3a7c26
+1
View File
@@ -145,6 +145,7 @@ def escape(a):
a = str(a)
return json_escape(a)
@shuffle_filters.register
def neat_json(a):
try: