Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #222 from sdogi/master
Browse files Browse the repository at this point in the history
Did some bad cleanup there
  • Loading branch information
c00w committed Aug 18, 2011
2 parents 1efa7b0 + fdc76a6 commit 381a352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pool.py
Expand Up @@ -34,7 +34,9 @@ def loadConfig(self, bitHopper):
if len(read) == 0:
bitHopper.log_msg("user.cfg not found. You may need to move it from user.cfg.default")
os._exit(1)


userpools = parser.sections()

try:
# determine if application is a script file or frozen exe
if hasattr(sys, 'frozen'):
Expand All @@ -49,8 +51,6 @@ def loadConfig(self, bitHopper):
if self.initialized == False:
os._exit(1)

userpools = parser.sections()

for pool in userpools:
self.servers[pool] = dict(parser.items(pool))

Expand Down

0 comments on commit 381a352

Please sign in to comment.