Spelling: RPC server

This commit is contained in:
Allan Nordhøy 2019-12-02 00:32:44 +01:00 committed by GitHub
parent 3e0dddcbba
commit a0530eb8e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ def main():
logging.info("Safe Eyes is already running")
if not config.get("use_rpc_server", True):
# RPC sever is disabled
print(_('Safe Eyes is running with RPC Server disabled. Enable the RPC server to use command-line arguments.'))
print(_('Safe Eyes is running without an RPC server. Turn it on to use command-line arguments.'))
sys.exit(0)
return
rpc_client = RPCClient(config.get('rpc_port'))