Post
Topic
Board Pools (Altcoins)
Re: [ANN] profit switching auto-exchanging pool - middlecoin.com
by
michwill
on 21/12/2013, 22:37:09 UTC
I get this error message:
Code:
Traceback (most recent call last):
  File "C:\mdc2.py", line 115, in
    write("Total paid", my["paidOut"],mbtc)
KeyError: 'paidOut'
Maybe it because I dont have any payouts yet? Since I just started mining ^^

True. Replace my["paidOut"] with my.get("paidOut", 0)