a space after time in groupchat window
This commit is contained in:
parent
f33b9f9fb6
commit
f17c483632
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ class Groupchat_window:
|
|||
if not tim:
|
||||
tim = time.localtime()
|
||||
tim_format = time.strftime('[%H:%M:%S]', tim)
|
||||
conversation_buffer.insert(end_iter, tim_format) # CHECK! in tabbed print_conver you have + ' ' here
|
||||
conversation_buffer.insert(end_iter, tim_format + ' ')
|
||||
|
||||
otext = ''
|
||||
ttext = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue