]> p2p-next.cs.pub.ro Git - cs-p2p-next.git/commitdiff
Tribler - flush into status file in cmdlined.py.
authorAdriana Draghici <adriana008@gmail.com>
Fri, 4 Dec 2009 10:58:10 +0000 (12:58 +0200)
committerAdriana Draghici <adriana008@gmail.com>
Fri, 4 Dec 2009 10:58:10 +0000 (12:58 +0200)
tribler-mod/Tribler/Tools/cmdlinedl.py

index 44398f626652cf143b380a22ec9bce7ee1d1533b..95172afd9ffc29b9edb85733f9fff684b19cd58d 100644 (file)
@@ -54,6 +54,7 @@ def state_callback(ds):
             ds.get_current_speed(DOWNLOAD), \
             ds.get_eta(), \
             ds.get_num_peers())
+    status_file.flush();
 
     return (1.0, False)