multiple changes

This commit is contained in:
www
2021-01-11 18:45:03 +00:00
parent 14ca632137
commit 3d3474a2e1
24 changed files with 3517 additions and 83 deletions

View File

@@ -99,7 +99,7 @@ class EtherpadLiteLazyAPI():
def getPadLink(self,padID):
if padID is None: return "#"
if not self.connect(): return "#"
if not self.connect(): return "#notconnected"
return urllib.parse.urljoin(self.exturl, 'p/' + self.group["groupID"] + '$' + str(padID))
def getSessionID(self, username):