Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
and another little mistake. deploying to many nodes in embarrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzTroll committed Sep 4, 2010
1 parent 6d2d85c commit c852fd6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -28,6 +28,7 @@ def validate(self):
self.ltip = ""

self.ltport = self.p.get_conf_or_none("propagation", "lantorrentport")
self.ltport = int(self.ltport)
if not self.ltport:
self.ltport = 5893

Expand Down

0 comments on commit c852fd6

Please sign in to comment.