mirror of https://github.com/hak5/ToorChat.git
Updates to ui
parent
4128a8ec1b
commit
923647f50d
|
@ -2,7 +2,7 @@ import os
|
||||||
import httplib
|
import httplib
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
|
|
||||||
USER_NAME_SIZE = 9
|
USER_NAME_SIZE = 8
|
||||||
|
|
||||||
def string_into_even_peices(string, size):
|
def string_into_even_peices(string, size):
|
||||||
peices = len(string)/size
|
peices = len(string)/size
|
||||||
|
|
Loading…
Reference in New Issue