This commit is contained in:
Alon Zakai
2006-12-05 17:25:30 +00:00
parent df694996a9
commit b28a636c62
2 changed files with 73 additions and 59 deletions

View File

@@ -14,7 +14,7 @@ from time import sleep
import os
manager = pytorrent.manager("PT", "0500", "pytorrent - testing only",
os.path.expanduser("~") + "/Temp")
os.path.expanduser("~") + "/Temp")#, blank_slate=True)
#manager.set_pref('max_upload_rate', 6*1024)
@@ -34,5 +34,5 @@ try:
print ""
sleep(2)
except KeyboardInterrupt:
print "Shutting down:"
print "Shutting down..."
manager.quit()