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