master
sfan5 2014-06-28 16:23:11 +02:00
parent 0a839cfade
commit 477ba53213
1 changed files with 2 additions and 2 deletions

View File

@ -46,10 +46,10 @@ def updatethread():
time.sleep(5)
def pushupdate(sender, nick):
time = int(time.gmtime())
ts = int(time.gmtime())
nick = nick.lower()
update_l.acquire()
updates.append((sender, time, nick))
updates.append((sender, ts, nick))
update_l.release()
def seen(phenny, input):