multiple changes
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user