owncloud / pyocclient

ownCloud client library for Python
MIT License
294 stars 114 forks source link

Update owncloud.py #291

Open HengyueLi opened 4 months ago

HengyueLi commented 4 months ago

in from_public_link, if the URL contains a port number. There will be a runtime error because a str type is added by a int type.