mirror of
https://github.com/Syncplay/syncplay
synced 2025-03-11 06:07:53 +00:00
[irc] use formatTime
This commit is contained in:
parent
0620a25e25
commit
5ea2880f24
@ -128,7 +128,7 @@ class Bot(object):
|
||||
if time == None: time = 0
|
||||
for u in users:
|
||||
if u['length'] == None: continue
|
||||
out += ' [' + time + '/' + utils.formatTime(u['length']) + '] '
|
||||
out += ' [' + utils.formatTime(time) + '/' + utils.formatTime(u['length']) + '] '
|
||||
break
|
||||
else:
|
||||
out += ' '
|
||||
|
Loading…
Reference in New Issue
Block a user