Skip to content

Commit

Permalink
Merge pull request #14 from gileadmcgee/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
xeroc committed Oct 23, 2015
2 parents 5e33608 + 10a0dc5 commit 039cf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/watcher/watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
rpc = GrapheneWebsocket("localhost", 8092, "", "")

def unlockWallet():
if config.feed_script_active = True:
if config.feed_script_active == True:
print("unlocking wallet")
rpc.unlock(config.wallet_password)
time.sleep(10)
Expand Down

0 comments on commit 039cf33

Please sign in to comment.