appwrite / playground-for-python

Simple examples that help you get started with Appwrite + Python (=❤️)
https://appwrite.io
MIT License
63 stars 51 forks source link

fix: name is always same for given date #33

Closed hack3r-0m closed 3 years ago

hack3r-0m commented 3 years ago

due to the same name for a particular date, if the script is run twice, it will try to create a new user with the same name which already exist in DB and hence causing conflict. this PR fixes it

Nibba2018 commented 3 years ago

@hack3r-0m this has already been fixed #26

hack3r-0m commented 3 years ago

sorry about that, didn't notice. I am closing this PR as it will conflict with #26

Nibba2018 commented 3 years ago

@hack3r-0m If you would like to contribute you can add API samples from the appwrite website.