Merge branch 'master' of http://git.d-popov.com/popov/ai-kevin
This commit is contained in:
commit
de03e32d75
@ -53,7 +53,7 @@ if not pk:
|
|||||||
logging.warning("Private key file not found.")
|
logging.warning("Private key file not found.")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.error(f"Error reading private key file: {str(e)}")
|
logging.error(f"Error reading private key file: {str(e)}")
|
||||||
if not pk
|
if not pk:
|
||||||
logging.error("Private key not found in environment variables. Will not be able to sign transactions.")
|
logging.error("Private key not found in environment variables. Will not be able to sign transactions.")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user