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

Commit

Permalink
Fixed styling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
csucu committed Jan 16, 2017
1 parent 664607a commit 284a004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onionbalance/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ def _upload_descriptor(self, signed_descriptor, replica, hsdirs=None):

while True:
try:
descriptor.upload_descriptor(self.controller, signed_descriptor,
hsdirs=hsdirs)
descriptor.upload_descriptor(self.controller,
signed_descriptor, hsdirs=hsdirs)
break
except stem.SocketClosed:
logger.error("Error uploading descriptor for service "
Expand Down

0 comments on commit 284a004

Please sign in to comment.