Reduce delay
This commit is contained in:
@@ -153,7 +153,7 @@ class DefaultProcessor(ChatProcessor):
|
|||||||
chatlist.append(chat)
|
chatlist.append(chat)
|
||||||
|
|
||||||
if self.first and chatlist:
|
if self.first and chatlist:
|
||||||
self.abs_diff = time.time() - chatlist[0].timestamp / 1000 + 2
|
self.abs_diff = time.time() - chatlist[0].timestamp / 1000
|
||||||
self.first = False
|
self.first = False
|
||||||
|
|
||||||
chatdata = Chatdata(chatlist, float(timeout), self.abs_diff)
|
chatdata = Chatdata(chatlist, float(timeout), self.abs_diff)
|
||||||
|
|||||||
Reference in New Issue
Block a user