Skip to content

Commit

Permalink
Modification for route to Storage, issue #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Minege committed Feb 19, 2018
1 parent 4e4bd7a commit d360d5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eSSP/eSSP.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# !/usr/bin/env python3
import threading
from ctypes import *
from time import sleep
import threading

from six.moves import queue

from .constants import Status, FailureStatus, Actions
Expand Down Expand Up @@ -140,7 +141,7 @@ def do_actions(self):
self.sspC,
self.actions_args['routes_amount'],
self.actions_args['routes_currency'],
Status.ENABLED.value) != Status.SSP_RESPONSE_OK:
Status.DISABLED.value) != Status.SSP_RESPONSE_OK:
self.print_debug("ERROR: Route to storage failed")

elif action == Actions.PAYOUT: # Payout
Expand Down

0 comments on commit d360d5e

Please sign in to comment.