Author: aum
Date: 2006-05-16 22:57:45 +0000 (Tue, 16 May 2006)
New Revision: 8730
Modified:
trunk/apps/pyFreenet/fcp/sitemgr.py
Log:
oops yet again
Modified: trunk/apps/pyFreenet/fcp/sitemgr.py
===================================================================
--- trunk/apps/pyFreenet/fcp/sitemgr.py 2006-05-16 22:55:37 UTC (rev 8729)
+++ trunk/apps/pyFreenet/fcp/sitemgr.py 2006-05-16 22:57:45 UTC (rev 8730)
@@ -130,7 +130,7 @@
try:
self.fcpPort = conf.getint("DEFAULT", "fcpport")
except:
- conf.set("DEFAULT", "fcpport", self.fcpPort)
+ conf.set("DEFAULT", "fcpport", str(self.fcpPort))
for sitename in conf.sections():