remove debug lines

This commit is contained in:
koksnuss 2020-05-27 16:08:10 +02:00
parent dafcaf10c9
commit c9f5e19281

View File

@ -120,8 +120,6 @@ def show_country(country, single_country=False):
else: else:
coin_count['total'] += value * coin_count[value] coin_count['total'] += value * coin_count[value]
coin_count['total'] /= 100 coin_count['total'] /= 100
import json
print(json.dumps(coin_count, indent=4))
return { return {
'country': c, 'country': c,