remove debug lines
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user