Updates to ui

master
haddaway 2012-10-21 15:51:50 -07:00
parent 4128a8ec1b
commit 923647f50d
1 changed files with 1 additions and 1 deletions

View File

@ -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