fixes for mail, work on specs, and added files for profile viewer
This commit is contained in:
parent
45ddbe5e69
commit
bd275abe42
|
@ -621,7 +621,7 @@ class OnionrCommunicatorDaemon:
|
|||
def detectAPICrash(self):
|
||||
'''exit if the api server crashes/stops'''
|
||||
if self._core._utils.localCommand('ping', silent=False) not in ('pong', 'pong!'):
|
||||
for i in range(8):
|
||||
for i in range(12):
|
||||
if self._core._utils.localCommand('ping') in ('pong', 'pong!') or self.shutdown:
|
||||
break # break for loop
|
||||
time.sleep(1)
|
||||
|
|
|
@ -264,7 +264,7 @@ function getSentbox(){
|
|||
e.target.parentNode.parentNode.removeChild(e.target.parentNode)
|
||||
return
|
||||
}
|
||||
showSentboxWindow()
|
||||
showSentboxWindow(resp[i]['peer'], message)
|
||||
}
|
||||
})(i, resp)
|
||||
threadPart.appendChild(entry)
|
||||
|
|
Loading…
Reference in New Issue