Ismail Muallaoglu
02/10/2025, 7:53 AM"float() argument must be a string or number, not 'NoneType'"
Probably related to lines like this in init.py
'cpc': float(campaign.get('cpc', 0.0))
Wondering if anyone managed to solve the issue yet?Ismail Muallaoglu
02/10/2025, 7:55 AMEdgar RamÃrez (Arch.dev)
02/11/2025, 3:31 AMfloat(campaign.get('cpc') or 0.0)
I don't see more options