ishsonya

Results 2 issues of ishsonya

```python pipedrive.Pipedrive(token).organizations({"id": org_id}, method='DELETE') ``` yields an error: `Please provide at least one item to delete` Looks it's because id is not handled properly in 'delete' requests. There are issued...

Fails when a value for ceilng is greater than any value in tree ``` a = TreeSet([int(x) for x in '903485034580236']) a.ceiling(100) ```