Created
February 9, 2018 16:57
-
-
Save ktechmidas/bd477bbe8caed66b5a9c76e76dc5946c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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