http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/tutorials/tortoise_and_the_hare.html
A_BOLD ) label = " Uploaded ( %s /s): " % str_tools . size_label ( upload_rates [ 0 ], 1 ) window . addstr ( 0 , GRAPH_WIDTH + 7 , label , UPLOAD_COLOR , curses . A_BOLD ) # draw the graph bounds in KB max_download_rate = max ( download_rates ) max_upload_rate = max ( upload_rates ) window . addstr ( 1 , 1 , " %4i " % ( max_download_rate / 1024 ), DOWNLOAD_COLOR ) window . addstr ( GRAPH_HEIGHT , 1 , " 0 " , DOWNLOAD_COLOR ) window . addstr ( 1 , GRAPH_WIDTH + 7 , " %4i "...