Merge branch 'watcha-op587-send-share-request-with-service-account-REBASED' of github.com:watcha-fr/synapse into watcha-op587-send-share-request-with-service-account-REBASED

pull/110/head^2
Kevin ICOL 4 years ago
commit 1ac996ea98
  1. 3
      synapse/http/watcha_nextcloud_api.py

@ -8,7 +8,8 @@ logger = logging.getLogger(__name__)
class WatchaNextcloudClient(SimpleHttpClient):
"""Interface for talking with Nextcloud APIs : https://doc.owncloud.com/server/admin_manual/configuration/user/user_provisioning_api.html"""
"""Interface for talking with Nextcloud APIs
https://doc.owncloud.com/server/admin_manual/configuration/user/user_provisioning_api.html"""
def __init__(self, hs):
super(WatchaNextcloudClient, self).__init__(hs)

Loading…
Cancel
Save