Author: aum
Date: 2006-05-16 22:55:37 +0000 (Tue, 16 May 2006)
New Revision: 8729
Modified:
trunk/apps/pyFreenet/fcp/sitemgr.py
Log:
oops again
Modified: trunk/apps/pyFreenet/fcp/sitemgr.py
===================================================================
--- trunk/apps/pyFreenet/fcp/sitemgr.py 2006-05-16 22:50:24 UTC (rev 8728)
+++ trunk/apps/pyFreenet/fcp/sitemgr.py 2006-05-16 22:55:37 UTC (rev 8729)
@@ -73,7 +73,6 @@
self.config = SafeConfigParser()
self.config.set("DEFAULT", "fcphost", self.fcpHost)
self.config.set("DEFAULT", "fcpport", str(self.fcpPort))
-
def __del__(self):
try:
@@ -147,7 +146,7 @@
self.createConfig()
self.config.set("DEFAULT", "fcphost", self.fcpHost)
- self.config.set("DEFAULT", "fcpport", self.fcpPort)
+ self.config.set("DEFAULT", "fcpport", str(self.fcpPort))
f = file(self.configFile, "a")