Skip to content

Instantly share code, notes, and snippets.

@ktechmidas
Created February 9, 2018 16:57
Show Gist options
  • Save ktechmidas/bd477bbe8caed66b5a9c76e76dc5946c to your computer and use it in GitHub Desktop.
Save ktechmidas/bd477bbe8caed66b5a9c76e76dc5946c to your computer and use it in GitHub Desktop.
self.utils.config['other']['cryptos']
{u'1': u'garlicoin', u'2': u'dash'}
for coin in self.utils.config['other']['cryptos']:
print coin #Gives me 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment