removed cache

This commit is contained in:
Daniel Tsvetkov 2021-05-11 22:22:34 +02:00
parent 4b5122ab39
commit 000d0ca81f
3 changed files with 1 additions and 1 deletions

View File

@ -1 +0,0 @@
zurich,47.3666667,8.5500002
1 zurich 47.3666667 8.5500002

0
tww/static/main.js Normal file
View File

View File

@ -221,6 +221,7 @@ def pretty_print_dict(obj):
formatted_json = json.dumps(obj, indent=2, ensure_ascii=False)
colorful_json = highlight(formatted_json, lexers.JsonLexer(), formatters.TerminalFormatter())
print(colorful_json)
return colorful_json
def show_magic_results(obj, args):