Skip to content

Instantly share code, notes, and snippets.

@ktechmidas
Created February 9, 2018 16:58
Show Gist options
  • Save ktechmidas/ad5589c8498d285b39e7e9958e661ab9 to your computer and use it in GitHub Desktop.
Save ktechmidas/ad5589c8498d285b39e7e9958e661ab9 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