removed cache
This commit is contained in:
parent
4b5122ab39
commit
000d0ca81f
@ -1 +0,0 @@
|
|||||||
zurich,47.3666667,8.5500002
|
|
|
0
tww/static/main.js
Normal file
0
tww/static/main.js
Normal file
@ -221,6 +221,7 @@ def pretty_print_dict(obj):
|
|||||||
formatted_json = json.dumps(obj, indent=2, ensure_ascii=False)
|
formatted_json = json.dumps(obj, indent=2, ensure_ascii=False)
|
||||||
colorful_json = highlight(formatted_json, lexers.JsonLexer(), formatters.TerminalFormatter())
|
colorful_json = highlight(formatted_json, lexers.JsonLexer(), formatters.TerminalFormatter())
|
||||||
print(colorful_json)
|
print(colorful_json)
|
||||||
|
return colorful_json
|
||||||
|
|
||||||
|
|
||||||
def show_magic_results(obj, args):
|
def show_magic_results(obj, args):
|
||||||
|
Loading…
Reference in New Issue
Block a user