Always return False on activation

Hello.I wrote a program. The program worked, i now use plan "free", i create 10 keys, i can't delete keys.Now, when i try activate any key, server return "False".Program write in Python, activate method:TA_GUID = "628385d554xxxxxxxxxxxx.xxxxxxxxzzzz"TA_DAT = "dat.dat"ta = TurboActivate(TA_DAT, TA_GUID, use_trial=True)a = ta.activate()if a is True: blabla

Problem in "Free" plan ? Or no, any ideas?The software will work perfectly on the trial period plan "solo"

Try using the latest version (which is currently here: https://github.com/develersrl/python-turboactivate), and look at the example application. It looks like they're not returning values from the functions, but instead throwing exceptions when the app isn't activated.