I get error on this line of my the script
error :
Can any one help me ?
full script : https://pastebin.com/XZqaZgyq
1 |
saveTopCoin(newProfits[ 0 ][ 0 ] + " : " + newProfits[ 0 ][ 1 ]) |
1 2 3 4 |
Traceback (most recent call last): File "WTM_AUTO_SWITCH2.py" , line 100 , in <module> saveTopCoin(newProfits[ 0 ][ 0 ] + " : " + newProfits[ 0 ][ 1 ]) TypeError: coercing to Unicode : need string or buffer , int found |
full script : https://pastebin.com/XZqaZgyq