minwook-shin / notion-database

Python bindings for Notion Database API
https://pypi.org/project/notion-database/
GNU Lesser General Public License v3.0
137 stars 12 forks source link

PROPERTY.set_number cannot be 0 #12

Closed akhater closed 1 year ago

akhater commented 1 year ago

Hi

I am unable to set a number to 0 - PROPERTY.set_number("number",0) returns an error

thank you

minwook-shin commented 1 year ago

hello, @akhater ! fixed it now and try to writing test code to solve similar bugs.

install notion-database 20220628.6 and check the version. ( https://pypi.org/project/notion-database/20220628.6/ )

thanks again.

akhater commented 1 year ago

Thank you so much, let me test and get back to you

akhater commented 1 year ago

Confirmed working

thanks again