diff --git a/scripts/watcher/watcher.py b/scripts/watcher/watcher.py index 31624d0d..7527db1f 100644 --- a/scripts/watcher/watcher.py +++ b/scripts/watcher/watcher.py @@ -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)