self.__DefaultMoney__ = float(ini.GetSetting("Settings", "DefaultMoney"))
"DefaultMoney", "100.0"
Either this is a first setup problem, because of the current way of ini handling in Fougerite, or you set a not number in the config.
If It's a number just reload the plugin, and It should work.